Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Most broken/outdated hyperlinks are cleaned up #619
Conversation
| @@ -233,14 +233,14 @@ Key Resources | |||
| * :PEP:`7` (Style Guide for C Code) | |||
| * :PEP:`8` (Style Guide for Python Code) | |||
| * `Issue tracker`_ | |||
| * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue | |||
| * `Meta tracker <http://psf.upfronthosting.co.za/roundup/meta>`_ (issue | |||
Jarmos-san
Oct 9, 2020
Author
This link here returns a 404 Status Code
This link here returns a 404 Status Code
| @@ -63,7 +63,6 @@ building your understanding of both the 2.x and 3.x versions of CPython: | |||
| "`A guide from parser to objects, observed using GDB`_", "Code walk from Parser, AST, Sym Table and Objects", Louie Lu, 3.7.a0 | |||
| "`Green Tree Snakes`_", "The missing Python AST docs", Thomas Kluyver, 3.6 | |||
| "`Yet another guided tour of CPython`_", "A guide for how CPython REPL works", Guido van Rossum, 3.5 | |||
| "`Python Asynchronous I/O Walkthrough`_", "How CPython async I/O, generator and coroutine works", Philip Guo, 3.5 | |||
Jarmos-san
Oct 9, 2020
Author
I've removed the link to the article because:
- It returns a 404.
- The author mentioned about not linking to his missing articles.
I've removed the link to the article because:
- It returns a 404.
- The author mentioned about not linking to his missing articles.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Most of the broken hyperlinks as detailed in #371 are fixed. As stated by @willingc, only the permanently moved links were cleaned, for now. Although a few links are still broken as I couldn't find relevant alternative sources anywhere else. So I'll need further clarification to resolve those.
Following are some of the files & the hyperlinks for which I need some clarification:
exploring.rst- The article Python Asynchronous I/O Walkthrough under Additional Resources doesn't exist anymore. There's a YouTube playlist though. The same author has another article CPython internals: A ten-hour code walk through the Python interpreter source code which has a warning about not linking it, as it might be removed any day.index.rst- Meta Tracker under Key Resources at the address doesn't work.motivations.rst- Link to Summer of Code under Goals of this page isn't broken but its moved to https://python-gsoc.org/. Hence, I updated it accordingly but I can revert it back if necessary.buildworker.rst- Documentation forbuildbothas changed addresses. Hence the link latent worker under the anchor Latent Workers returns a 404 Status Code. Perhaps, this address http://docs.buildbot.net/current/manual/configuration/workers.html#latent-workers would be a better alternative. I can update the links upon clarification.communication.rst- Mailing list archives at GMANE has been moved to news.gmane.io as per discussions at https://discuss.python.org/t/ot-gmane-server-moving/2967. Thus the original link to gmane.org returns a 522 status code.coredev.rst- The link https://github.com/python/voters/ under Gaining Commit Privileges returns a 404 code as well. Is it accessible only to the members?documenting.rst- The Polish translations at https://www.transifex.com/python-doc/python-newest/language/pl/ under the anchor Translations is broken. Although a link exists in some form at this address - https://www.transifex.com/python-doc/python-newest/help.rst- The link to Python Zulip chat under Mariatta Wijaya's Office Hours isn't broke, instead, it requires the user to be logged in.tracker.rst- The link https://mail.python.org/mailman/listinfo/tracker-discuss towards the end of the file returns 404 Status Code. Shouldn't link to the https://discuss.python.org/ Discourse channel?I can fix the remaining hyperlinks upon clarification on what should be done.