Fix the mentions legales link
This commit is contained in:
parent
a98ab683aa
commit
5757782d29
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue