#29877 closed Bug (fixed)
Dive Into Python 3 links in documentation no longer valid
Reported by: | John Fitzpatrick | Owned by: | Vishvajit Pathak |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Vishvajit Pathak | Triage Stage: | Ready for checkin |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
It appears the domain registration for the latest incarnation of the Dive Into Python 3 site has lapsed, so the Django documentation links now direct to a domain parking page.
The most recent valid crawl of the site on the Wayback Machine is from earlier in October 2018, so this seems to have been a fairly recent occurrence: http://web.archive.org/web/20181009120324/http://www.diveintopython3.net/.
There appears to be another site that is mirroring the documentation, however I can't vouch for its reliability: http://getpython3.com/diveintopython3/.
Change History (15)
comment:1 by , 6 years ago
Cc: | added |
---|
follow-up: 4 comment:2 by , 6 years ago
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Replying to Vishvajit Pathak:
John Fitzpatrick,
Could you please post the related django documentation links for reference ?
Hi — I encountered it when reading the index of the intro page, however I've just done a grep of all the documentation in current HEAD
of master
and found six references in total:
intro/contributing.txt:46:__ http://www.diveintopython3.net/ intro/contributing.txt:336:__ http://www.diveintopython3.net/unit-testing.html intro/index.txt:39: .. _Dive Into Python: http://www.diveintopython3.net/ ref/templates/builtins.txt:2095:http://www.diveintopython3.net/native-datatypes.html#slicinglists ref/django-admin.txt:1617:.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath topics/settings.txt:49:.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath
comment:5 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 2.1 → master |
OK, this is valid (http://diveintopython3.net/ is not resolving properly.)
I pinged Mark Pilgrim to see if he could advise on the situation. (Let's see if he comes back.)
comment:7 by , 6 years ago
I’m not sure Mark is on the internet or involved in the Dive into… projects anymore. His Wikipedia page suggests http://diveinto.org/python3/ as the mirror to use, and this is functional as of now, so I'd guess go for that.
comment:8 by , 6 years ago
Easy pickings: | set |
---|
comment:9 by , 6 years ago
Thanks for the update Carlton Gibson.
I think we should be updating with this link http://diveinto.org/python3/. As I see it as a best-legit option right now.
comment:10 by , 6 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
John Fitzpatrick,
Could you please post the related django documentation links for reference ?