summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 08b1d6f38..cab087d5f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,9 +47,9 @@ version = 'Latest'
release = 'Latest'
# The branch this project should link against for projects
# following the stable-branch process. On the opnfvdocs stable branch
-# this should be set to 'stable/<release>' where '<release>' is the
-# current stable release (Ex: 'stable/gambia')
-branch = 'latest'
+# this should be set to 'stable-<release>' where '<release>' is the
+# current stable release (Ex: 'gambia')
+branch = 'stable-gambia'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.