diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-13 17:07:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-04-13 17:07:42 (GMT) |
commit | ac3da87553931dc379eb21e96dde411e2d6d5fa3 (patch) | |
tree | 73e001051bbb2b60c568757fa2db7e79f2b15ba2 | |
parent | c9734484ca774afad49e361f72cad60d937acf1b (diff) | |
download | cpython-ac3da87553931dc379eb21e96dde411e2d6d5fa3.zip cpython-ac3da87553931dc379eb21e96dde411e2d6d5fa3.tar.gz cpython-ac3da87553931dc379eb21e96dde411e2d6d5fa3.tar.bz2 |
#17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.
-rw-r--r-- | Doc/using/unix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 773387b..40635c6 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -28,7 +28,7 @@ following links: http://www.debian.org/doc/manuals/maint-guide/first.en.html for Debian users - http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html + http://en.opensuse.org/Portal:Packaging for OpenSuse users http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating-rpms.html for Fedora users |