diff options
author | vincent <vincent@deuxfleurs.fr> | 2023-12-20 21:51:28 +0000 |
---|---|---|
committer | vincent <vincent@deuxfleurs.fr> | 2023-12-20 21:51:28 +0000 |
commit | 77b5d4d0ba958e88e365672d1b2d19071ebfe4d2 (patch) | |
tree | d70d0f0afdda25a31bf36ccf82cf58a1ce7217a2 | |
parent | f08c2e5e4575cf586344089232590f9b47424ba3 (diff) | |
parent | 60e625326ac3bf18b9c02a8cffdb73fc002338f2 (diff) | |
download | site-77b5d4d0ba958e88e365672d1b2d19071ebfe4d2.tar.gz site-77b5d4d0ba958e88e365672d1b2d19071ebfe4d2.zip |
Fusion de 'Fix broken links in footer.' (#23) de boris/site:22_fix_footer vers la branche main
Discutée sur : https://git.deuxfleurs.fr/Deuxfleurs/site/pulls/23
-rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 901e4b0..1c2394f 100644 --- a/static/index.html +++ b/static/index.html @@ -1388,7 +1388,7 @@ _ ` ^ ¨ · _ - " ` * - ; - _ </pre>
</div>
<div id="liens">
- <a href="./cgu.html">CGU</a><span role="separator"> · </span><a href="./risques.html">Gestion des risques</a><span role="separator"> · </span><a href="./mentions.html">Mentions légales</a><span role="separator"> · </span><a href="./sources.html">Sources</a>
+ <a href="https://guide.deuxfleurs.fr/vie_associative/cgu/">CGU</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/gestion-des-risques/">Gestion des risques</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/vie_associative/mentions-legales">Mentions légales</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/operations/sources">Sources</a>
</div>
</footer>
</div>
|