Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use ‘stable’ tag in Django URLs | fix outdated URLs #1866

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

HAMZA310
Copy link
Contributor

@HAMZA310 HAMZA310 commented Jan 30, 2023

In URLs that point to pages in django
documentation, use 'stable' tag in order to
always point to the latest version of the documentation. Previously, hard-coded django versions (e.g. 1.7)
were used in hyperlinks which are now outdated (throw 404) e.g. this link: https://docs.djangoproject.com/en/1.7/topics/class-based-views/ is no longer valid- used in views_and_forms.html
page.

Using 'stable' tag will ensure those
links never become outdated.

In URLs that point to pages in django
documentation, use 'stable' tag in order to
always point to the latest version of the documentation.
Previously, hard-coded django versions (e.g. 1.7)
were used which are now outdated (throw 404) e.g. this link:
https://docs.djangoproject.com/en/1.7/topics/class-based-views/
is no longer valid used in `views_and_forms.html`
page.

Using 'stable' tag will ensure those
links never become outdated.
Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@claudep claudep merged commit cc8f7d1 into django-haystack:master Jan 30, 2023
@HAMZA310 HAMZA310 deleted the docs-fix-links branch January 30, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants