This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Doc using/unix broken link (http://linuxmafia.com/)
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: akuchling, dan.riti, docs@python, ezio.melotti, hashimo, python-dev, terry.reedy
Priority: normal Keywords: patch

Created on 2013-04-10 13:11 by hashimo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
update-link.patch dan.riti, 2013-04-13 17:03 Taking akuchling's link suggestion into account. review
Messages (6)
msg186491 - (view) Author: Masato HASHIMOTO (hashimo) Date: 2013-04-10 13:11
In Doc/using/unix.rst, the following link is broken:

31:   http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html

(See also for OpenSuse users)
msg186672 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2013-04-12 19:48
Do you know of a replacement, or should be just delete?
msg186682 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2013-04-12 21:02
Perhaps http://en.opensuse.org/Portal:Packaging is a good replacement.
msg186762 - (view) Author: Dan Riti (dan.riti) * Date: 2013-04-13 17:03
I second akuchling's link suggestion, as it seems to be the most up to date openSUSE packaging resource.

I have generated a patch to update the link.

Also, it seems this link is also broken in the 2.7 documentation:

http://docs.python.org/2/using/unix.html
msg186763 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-13 17:08
New changeset 2ed694679b81 by Ezio Melotti in branch '3.3':
#17686: fix broken link in Doc/using/unix.rst.  Patch by Dan Riti.
http://hg.python.org/cpython/rev/2ed694679b81

New changeset 86a95813e5c3 by Ezio Melotti in branch 'default':
#17686: merge with 3.3.
http://hg.python.org/cpython/rev/86a95813e5c3

New changeset 0f31f38e8a17 by Ezio Melotti in branch '2.7':
#17686: fix broken link in Doc/using/unix.rst.  Patch by Dan Riti.
http://hg.python.org/cpython/rev/0f31f38e8a17
msg186764 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-04-13 17:08
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61886
2013-04-13 17:08:59ezio.melottisetstatus: open -> closed

type: enhancement
assignee: docs@python -> ezio.melotti
versions: + Python 2.7
nosy: + ezio.melotti

messages: + msg186764
resolution: fixed
stage: resolved
2013-04-13 17:08:24python-devsetnosy: + python-dev
messages: + msg186763
2013-04-13 17:03:24dan.ritisetfiles: + update-link.patch

nosy: + dan.riti
messages: + msg186762

keywords: + patch
2013-04-12 21:02:00akuchlingsetnosy: + akuchling
messages: + msg186682
2013-04-12 19:48:35terry.reedysetnosy: + terry.reedy

messages: + msg186672
versions: + Python 3.4
2013-04-10 13:11:35hashimocreate