Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#17028 closed Bug (fixed)

diveintopython.org links now dead

Reported by: django@… Owned by: pyriku
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The documentation links to diveintopython.org in five places, these are unfortunately now dead links :-(

  • ./intro/index.txt line 34
  • ./ref/django-admin.txt line 1171
  • ./ref/templates/builtins.txt line 1920
  • ./topics/http/urls.txt line 112
  • ./topics/settings.txt line 42

These should be removed or replaced with a mirror. Here are some random mirrors I found:

Attachments (1)

diveintopython_mirror_doc.patch (3.0 KB ) - added by pyriku 13 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by Aymeric Augustin, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

by pyriku, 13 years ago

comment:2 by pyriku, 13 years ago

Has patch: set
Owner: changed from nobody to pyriku

comment:3 by Tim Graham, 12 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Simon Meers, 12 years ago

But how long will the nfshost version stick around I wonder...

If we're really sold on it, perhaps we should host our own mirror

in reply to:  4 comment:5 by pyriku, 12 years ago

Replying to DrMeers:

But how long will the nfshost version stick around I wonder...

If we're really sold on it, perhaps we should host our own mirror

I think that you are right. If djangoproject has its own mirror there will be no problem.

comment:6 by Tim Graham, 12 years ago

Looks like someone has mirrored on diveintopython.net - that seems like a good site to use now and if someone wants to get the ball rolling on another mirror, no objections from me.

comment:7 by Tim Graham, 12 years ago

Resolution: fixed
Status: newclosed

In [17115]:

Fixed #17028 - Changed diveintopython.org -> diveintopython.net

comment:8 by Tim Graham, 12 years ago

In [17116]:

[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.net

Backport of r17115 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top