Make the GitBook URLs depend on DOC_URL
This commit is contained in:
parent
52d878fea8
commit
b93ec30a2d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
DOC_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees"
|
DOC_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees"
|
||||||
LISTE_DES_DEMARCHES_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/listes-des-demarches"
|
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
||||||
CGU_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/cgu"
|
CGU_URL = [DOC_URL, "cgu"].join("/")
|
||||||
MENTIONS_LEGALES_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/cgu#4.-mentions-legales"
|
MENTIONS_LEGALES_URL = [CGU_URL, "4.-mentions-legales"].join("#")
|
||||||
|
|
Loading…
Reference in a new issue