diveintopython icon indicating copy to clipboard operation
diveintopython copied to clipboard

some internal links yield "403 Forbidden" error

Open slel opened this issue 12 years ago • 1 comments

Hello, congratulations and thank you very much for mirroring Mark Pilgrim's Dive Into Python after he took it offline!

This is to report a problem accessing some of the pages (a similar problem was reported in comments at #42).

Here is an example. Towards the end of the page 2.3. Documenting Functions, one can read:

Further Reading on Documenting Functions

Unfortunately all the links in the excerpt give

403 Forbidden

Code: AccessDenied Message: Access Denied RequestId: ... HostId: ...

An Error Occurred While Attempting to Retrieve a Custom Error Document

Code: AccessDenied Message: Access Denied

Can you fix the permission problem for the corresponding files?

Note that another mirror of Dive Into Python is at http://linux.die.net/diveintopython/html/, with links working. But it's very nice to have diveintopython.org mirrored at diveintopython.net, so keep it up!

slel avatar Mar 06 '13 00:03 slel

despite the HTTP/403, this is probably just link rot. here's another: http://www.diveintopython.net/native_data_types/mapping_lists.html references http://www.diveintopython.net/doc/current/tut/node7.html#SECTION007130000000000000000 which should probably be http://www.diveintopython.net/functional_programming/mapping_lists.html or something else appropriate.

RubyTuesdayDONO avatar Nov 21 '13 09:11 RubyTuesdayDONO