Skip to content

Commit

Permalink
wrong href for the download related buttons.
Browse files Browse the repository at this point in the history
The href target was literally translated.
  • Loading branch information
Jean-Christophe Helary authored Jan 5, 2024
1 parent 72f32dc commit c4c3111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _i18n/fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ <h2>Télécharger</h2>
</div>
<div class="col-md-4 text-md-center">
<p>
<a class="btn btn-primary" href="Sélecteur de téléchargement" role="button">Sélecteur de téléchargement</a>
<a class="btn btn-primary" href="download#selector" role="button">Sélecteur de téléchargement</a>
</p>
</div>
<div class="col-md-4 text-md-center">
<p>
<a class="btn btn-default" href="téléchargements#téléchargements" role="button">Téléchargement</a>
<a class="btn btn-default" href="download#downloads" role="button">Téléchargement</a>
</p>
</div>
</div>
Expand Down

0 comments on commit c4c3111

Please sign in to comment.