Add CADRE_JURIDIQUE_URL

This commit is contained in:
gregoirenovel 2018-10-25 13:15:33 +02:00
parent 394524b397
commit fed1f05456
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,7 @@ FOG_BASE_URL = "https://storage.apientreprise.fr"
DOC_URL = "https://doc.demarches-simplifiees.fr"
ADMINISTRATEUR_TUTORIAL_URL = [DOC_URL, "tutoriels", "tutoriel-administrateur"].join("/")
INSTRUCTEUR_TUTORIAL_URL = [DOC_URL, "tutoriels", "tutoriel-accompagnateur"].join("/")
CADRE_JURIDIQUE_URL = [ADMINISTRATEUR_TUTORIAL_URL, "cadre-juridique"].join("#")
WEBINAIRE_URL = [DOC_URL, "pour-aller-plus-loin", "webinaires"].join("/")
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
CGU_URL = [DOC_URL, "cgu"].join("/")