summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-01-09 20:58:40 +0100
committerGitHub <noreply@github.com>2022-01-09 20:58:40 +0100
commit4a000b6c41f0a7ef6121c62a4c598edc20973799 (patch)
treef9de26ea61b5e62022425892b2b01c2f4d0042ea
parentc01b7c494192c5462ec673848287ef2a5c9bd737 (diff)
parent1863f30ea1f6fb7644b3128debdbb6b7bb218836 (diff)
downloadgitlab-4a000b6c41f0a7ef6121c62a4c598edc20973799.tar.gz
Merge pull request #1823 from python-gitlab/jlvillal/fix_url
fix: broken URL for FAQ about attribute-error-list
-rw-r--r--gitlab/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index 6a6e992..af32905 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -36,7 +36,7 @@ __all__ = [
_URL_ATTRIBUTE_ERROR = (
- f"https://python-gitlab.readthedocs.io/en/{gitlab.__version__}/"
+ f"https://python-gitlab.readthedocs.io/en/v{gitlab.__version__}/"
f"faq.html#attribute-error-list"
)