From 52d878fea85734a3baf52a3b139ecfa983dc66c8 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 22 May 2018 17:16:09 +0200 Subject: [PATCH] Remove trailing slash from DOC_URL --- config/initializers/constants.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index e4e9a50da..4a5920570 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -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" CGU_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/cgu" MENTIONS_LEGALES_URL = "https://demarches-simplifiees.gitbook.io/demarches-simplifiees/cgu#4.-mentions-legales"