Link to the admin tutorial instead of the doc

This commit is contained in:
Chaïb Martinez 2018-10-22 20:08:58 +02:00 committed by gregoirenovel
parent e785c91d92
commit e8dd6b00bf
2 changed files with 4 additions and 2 deletions

View file

@ -11,6 +11,7 @@ FOG_BASE_URL = "https://storage.apientreprise.fr"
# External services URLs
DOC_URL = "https://doc.demarches-simplifiees.fr"
ADMINISTRATEUR_TUTORIAL_URL = "https://doc.demarches-simplifiees.fr/tutoriels/tutoriel-administrateur"
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("#")