- Notifications
You must be signed in to change notification settings - Fork673
Commit1863f30
committed
fix: broken URL for FAQ about attribute-error-list
The URL was missing a 'v' before the version number and thus the pagedid not exist.Previously the URL for python-gitlab 3.0.0 was:https://python-gitlab.readthedocs.io/en/3.0.0/faq.html#attribute-error-listWhich does not exist.Change it to:https://python-gitlab.readthedocs.io/en/v3.0.0/faq.html#attribute-error-list add the 'v' --------------------------^1 parentc01b7c4 commit1863f30
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
0 commit comments
Comments
(0)