Skip to content

Commit 4a000b6

Browse files
authored
Merge pull request #1823 from python-gitlab/jlvillal/fix_url
fix: broken URL for FAQ about attribute-error-list
2 parents c01b7c4 + 1863f30 commit 4a000b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737

3838
_URL_ATTRIBUTE_ERROR = (
39-
f"https://python-gitlab.readthedocs.io/en/{gitlab.__version__}/"
39+
f"https://python-gitlab.readthedocs.io/en/v{gitlab.__version__}/"
4040
f"faq.html#attribute-error-list"
4141
)
4242

0 commit comments

Comments
 (0)