fix: broken URL for FAQ about attribute-error-list #1823
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
@JohnVillalovos thanks for the catch!
I still see value in using versioned docs for this, in case we change things in the future.
It was just an oversight on our part with a missing
v
, the link is actually available here:https://python-gitlab.readthedocs.io/en/v3.0.0/faq.html#attribute-error-list
WDYT?
We can also solve the existing issue on RTD with redirects either in the GUI (https://docs.readthedocs.io/en/stable/user-defined-redirects.html) or in sphinx directly for config as code (something like https://github.com/sphinx-contrib/redirects).
I plan on renaming
gl_objects/
toresources/
to match upstream, so maybe I can add that then, as well, after I do some testing.Oh sure. I can update to add the v. Sounds good!
fix: broken URL for FAQ about attribute-error-list
1863f30
e850ba9
to1863f30
Compare4a000b6
into main