Opened 6 years ago
Closed 6 years ago
#29937 closed Cleanup/optimization (wontfix)
"See also" infobox has faulty URL on docs older than 2.1
Reported by: | Juha Loukaja | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
For example, this page https://docs.djangoproject.com/en/2.0/intro/
The "See also" box above the navigation has a link to "Dive Into Python", that points to http://www.diveintopython3.net/ - this page does not exist.
In 2.1 docs this has been fixed already, there the same link points to https://www.diveinto.org/python3/ which is the working one.
This should probably be fixed for 1.11 docs as well at the same time, same error there.
Note:
See TracTickets
for help on using tickets.
We only update the documentation for the current stable release.