aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-06-30 22:42:35 +0200
committerKristian Evers <kristianevers@gmail.com>2021-06-30 22:42:35 +0200
commitf062ae54e62f7461139c869438efb4b52fa9893b (patch)
tree151f7bfb5121108cb5e311dbd4ee26f61b6d27c3 /docs/source
parent64bb0ebdbdf1dadd54c4f87dcae7cb11befa1d25 (diff)
downloadPROJ-f062ae54e62f7461139c869438efb4b52fa9893b.tar.gz
PROJ-f062ae54e62f7461139c869438efb4b52fa9893b.zip
docs: update edit on github link to 8.1 branch
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 65b21319..729966f9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -202,7 +202,7 @@ html_context = {
'github_user': 'OSGeo',
'github_repo': 'PROJ',
# TODO: edit when switching active branch
- 'github_version': '/8.0/docs/source/',
+ 'github_version': '/8.1/docs/source/',
'css_files': [
'_static/theme_overrides.css', # override wide tables in RTD theme
],