diff --git a/public/config/config.json.sample b/public/config/config.json.sample
index a02925f84901b04e3c4f3e37aad826be41da68bc..c48c56f800763b299c5ff60513eca3feb385a3f1 100644
--- a/public/config/config.json.sample
+++ b/public/config/config.json.sample
@@ -37,6 +37,7 @@
         "PROVIDER": "addok"
     },
     "DISPLAY_FORBIDDEN_PROJECTS": true,
-    "DISPLAY_FORBIDDEN_PROJECTS_DEFAULT": true
+    "DISPLAY_FORBIDDEN_PROJECTS_DEFAULT": true,
+    "VUE_APP_URL_DOCUMENTATION": "https://www.onegeosuite.fr/docs/module-geocontrib/intro"
     
 }
\ No newline at end of file
diff --git a/src/components/Project/Detail/ProjectFeatureTypes.vue b/src/components/Project/Detail/ProjectFeatureTypes.vue
index a9163fbdce2460669f2e6ed02752d2b47fe6c647..faad82a3a85b4dcb3e8e4bab4858dd4b3dd94fcf 100644
--- a/src/components/Project/Detail/ProjectFeatureTypes.vue
+++ b/src/components/Project/Detail/ProjectFeatureTypes.vue
@@ -429,7 +429,8 @@ export default {
     },
 
     goToDocumentation() {
-      window.open('https://geocontrib.readthedocs.io/fr/latest/documentation_fonctionnelle/import_export/');
+      
+      window.open(this.configuration.VUE_APP_URL_DOCUMENTATION);
     },
 
     toNewGeojsonFeatureType() {