diff options
| author | Martijn Visser <mgvisser@gmail.com> | 2021-12-20 10:24:12 +0100 |
|---|---|---|
| committer | Martijn Visser <mgvisser@gmail.com> | 2021-12-20 10:26:47 +0100 |
| commit | bb45c5c05e6cf9fb36619b2fd3046b33840351c5 (patch) | |
| tree | 6fd8f02d573a0f2211c71ac8b2db8898d86c7418 /docs/source | |
| parent | d3bd73b2143eb0b75306c4da31cf1d92424432f3 (diff) | |
| download | PROJ-bb45c5c05e6cf9fb36619b2fd3046b33840351c5.tar.gz PROJ-bb45c5c05e6cf9fb36619b2fd3046b33840351c5.zip | |
update "Edit on GitHub" button branch
I also removed the leading slash, since I noticed the links contained a double slash. That worked fine, but still.
(cherry picked from commit 80e32d55d076fa48f753d5014cf828d85a0d1bce)
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index d71aabeb..ee36d656 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -206,7 +206,7 @@ html_context = { 'github_user': 'OSGeo', 'github_repo': 'PROJ', # TODO: edit when switching active branch - 'github_version': '/8.0/docs/source/', + 'github_version': '8.2/docs/source/', } # Add any extra paths that contain custom files (such as robots.txt or |
