diff options
author | boris <boris@deuxfleurs.fr> | 2023-12-16 11:03:09 +0100 |
---|---|---|
committer | boris <boris@deuxfleurs.fr> | 2023-12-16 11:03:09 +0100 |
commit | cdd0edc08103b2d4de02e18815fa1e0eda0b865b (patch) | |
tree | 09f71d83473ef5f4c64ec48246c522cc1d08a953 | |
parent | f08c2e5e4575cf586344089232590f9b47424ba3 (diff) | |
download | site-cdd0edc08103b2d4de02e18815fa1e0eda0b865b.tar.gz site-cdd0edc08103b2d4de02e18815fa1e0eda0b865b.zip |
Fix broken links in footer.
-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..326a5f5 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/legal/cgu/">CGU</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/legal/gestion-des-risques/">Gestion des risques</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/legal/mentions-legales">Mentions légales</a><span role="separator"> · </span><a href="https://guide.deuxfleurs.fr/legal/sources">Sources</a>
</div>
</footer>
</div>
|