New submission from SilentGhost:

I've run 'make linkcheck' on Doc and it highlighted a number of faulty links in 
documentation. I've tried fixing some of them and here is the resulting patch. 
It's a bit too long and touches many files, so to summarise:

* Most changes are http->https redirect (many from wikipedia and microsoft, but 
some from independent project)
* New domains, sometimes without redirect or any indication of how to find the 
same information. 
* Completely new locations, only discoverable via search engine.
* Few dead links, that I removed.

I'm going to attach output.txt that is produced after running linkcheck with 
this patch applied, it is about three time smaller than the original one and 
has this types of issues:

* Dead links in licenses
* Internal redirects to versioned text
* Many python.org links in whatsnew/ that I don't know what to do about
* Spurious bad links

----------
assignee: docs@python
components: Documentation
files: linkcheck.diff
keywords: needs review, patch
messages: 256728
nosy: SilentGhost, docs@python, r.david.murray, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Fixing links in documentation
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41361/linkcheck.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to