Commit d7180129 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Fix documentation path in navbar help link

Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@
<button *ngIf="currentRoute != '/list'" mat-icon-button id="new-calculator" routerLink="/list" (click)="sidenav.close()">
<mat-icon>add_box</mat-icon>
</button>
<a *ngIf="enableHeaderDoc" target="_blank" id="header-doc" href="/assets/docs-fr/index.html" (click)="sidenav.close()">
<a *ngIf="enableHeaderDoc" target="_blank" id="header-doc" href="assets/docs-fr/index.html" (click)="sidenav.close()">
<mat-icon>help</mat-icon>
</a>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment