From cc07c82ce87ceca23f054cc4cd6c87e05cea1c9c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 16 Aug 2020 10:32:13 +0200 Subject: [PATCH] Fix: link to projets-informatiques --- globalconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globalconf.py b/globalconf.py index 270ea35..0a20659 100644 --- a/globalconf.py +++ b/globalconf.py @@ -11,7 +11,7 @@ MENUITEMS = [ ("Accueil", "/"), ("Contenus de cours", "/pages/tout-sur-mes-cours.html"), ('Blog', '/blog_index.html'), - ('Informatique', "/projets-informatiques.html"), + ('Informatique', "/pages/projets-informatiques.html"), ('À propos', "/pages/a-propos.html"), ]