diff --git a/src/app/app.component.html b/src/app/app.component.html
index 4c520d3c73579ff3af67176614e3b778014884b5..6bdcbc2af0ffe1f6b053930879537e8319ac87f6 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -97,7 +97,7 @@
           <mat-icon>report_problem</mat-icon>
           {{ uitextSidenavReportBug }}
         </a>
-        <a id="side-nav-help" target="_blank" href="assets/docs-fr/" (click)="sidenav.close()">
+        <a id="side-nav-help" target="_blank" href="assets/docs-fr/index.html" (click)="sidenav.close()">
           <mat-icon>help</mat-icon>
           {{ uitextSidenavHelp }}
         </a>
diff --git a/src/app/components/calculator-list/calculator-list.component.html b/src/app/components/calculator-list/calculator-list.component.html
index 003d35dab4b889597a9767b15b0a55d169387039..1f83baffb89031c11fc161998bfbe66797bd0306 100644
--- a/src/app/components/calculator-list/calculator-list.component.html
+++ b/src/app/components/calculator-list/calculator-list.component.html
@@ -3,7 +3,6 @@
     <mat-card class="welcome-card" *ngIf="nbOpenCalculators === 0">
 
         <mat-card-header>
-            <!-- <img mat-card-avatar src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-12/256/water-wave.png"> -->
             <mat-card-title>{{ uitextWelcomeTitle }}</mat-card-title>
             <mat-card-subtitle>{{ uitextWelcomeSubtitle }}</mat-card-subtitle>
         </mat-card-header>