Add CADRE_JURIDIQUE_URL
This commit is contained in:
parent
394524b397
commit
fed1f05456
2 changed files with 4 additions and 1 deletions
|
@ -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("/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue