Fix the mentions legales link

This commit is contained in:
gregoirenovel 2018-05-22 17:28:17 +02:00
parent a98ab683aa
commit 5757782d29

View file

@ -1,6 +1,6 @@
DOC_URL = "https://doc.demarches-simplifiees.fr"
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
CGU_URL = [DOC_URL, "cgu"].join("/")
MENTIONS_LEGALES_URL = [CGU_URL, "4.-mentions-legales"].join("#")
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
FAQ_URL = "https://faq.demarches-simplifiees.fr"