diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/index_template.html | 4 | ||||
-rw-r--r-- | tools/page_template.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/index_template.html b/tools/index_template.html index 680e43a..9efa788 100644 --- a/tools/index_template.html +++ b/tools/index_template.html @@ -17,7 +17,7 @@ <header> <div class="navbar"> <a href="index.html">Accueil</a> - <a href="pages/howtoread.html">Comment lire ce blog ?</a> + <a href="pages/how-to-read.html">Comment lire ce blog ?</a> <a href="pages/about.html">À Propos</a> </div> </header> @@ -40,4 +40,4 @@ </div> </footer> </body> -</html>
\ No newline at end of file +</html> diff --git a/tools/page_template.html b/tools/page_template.html index 7c6bf0d..aada517 100644 --- a/tools/page_template.html +++ b/tools/page_template.html @@ -18,7 +18,7 @@ <header> <div class="navbar"> <a href="../index.html">Accueil</a> - <a href="../pages/howtoread.html">Comment lire ce blog ?</a> + <a href="../pages/how-to-read.html">Comment lire ce blog ?</a> <a href="../pages/about.html">À Propos</a> </div> </header> @@ -37,4 +37,4 @@ </ul> </footer> </body> -</html>
\ No newline at end of file +</html> |