From 117e1f00a8851c06949a83c7f6dca1c4dc7f415d Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 31 Dec 2011 18:13:59 +0100 Subject: fix some broken URLs --- Doc/bugs.rst | 6 ++++-- Doc/howto/webservers.rst | 10 +++++----- Doc/library/carbon.rst | 4 ++-- Doc/library/easydialogs.rst | 2 +- Doc/using/unix.rst | 4 ++-- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Doc/bugs.rst b/Doc/bugs.rst index a9a48c7..3785ccb 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -57,12 +57,14 @@ were using (including version information as appropriate). Each bug report will be assigned to a developer who will determine what needs to be done to correct the problem. You will receive an update each time action is -taken on the bug. See http://www.python.org/dev/workflow/ for a detailed -description of the issue workflow. +taken on the bug. .. seealso:: + `Python Developer's Guide `_ + Detailed description of the issue workflow and developers tools. + `How to Report Bugs Effectively `_ Article which goes into some detail about how to create a useful bug report. This describes what kind of information is useful and why it is useful. diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 42cdff8..fbc9fd9 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -274,7 +274,7 @@ Setting up FastCGI Each web server requires a specific module. * Apache has both `mod_fastcgi `_ and `mod_fcgid - `_. ``mod_fastcgi`` is the original one, but it + `_. ``mod_fastcgi`` is the original one, but it has some licensing issues, which is why it is sometimes considered non-free. ``mod_fcgid`` is a smaller, compatible alternative. One of these modules needs to be loaded by Apache. @@ -364,7 +364,7 @@ testing. A really great WSGI feature is middleware. Middleware is a layer around your program which can add various functionality to it. There is quite a bit of -`middleware `_ already +`middleware `_ already available. For example, instead of writing your own session management (HTTP is a stateless protocol, so to associate multiple HTTP requests with a single user your application must create and manage such state via a session), you can @@ -395,9 +395,9 @@ compared with other web technologies. .. seealso:: - A good overview of WSGI-related code can be found in the `WSGI wiki - `_, which contains an extensive list of `WSGI servers - `_ which can be used by *any* application + A good overview of WSGI-related code can be found in the `WSGI homepage + `_, which contains an extensive list of `WSGI servers + `_ which can be used by *any* application supporting WSGI. You might be interested in some WSGI-supporting modules already contained in diff --git a/Doc/library/carbon.rst b/Doc/library/carbon.rst index c53c1b6..4abb495 100644 --- a/Doc/library/carbon.rst +++ b/Doc/library/carbon.rst @@ -14,7 +14,7 @@ module. Not all operations possible in C will also be possible in Python in Python (input and output buffers, especially). All methods and functions have a :attr:`__doc__` string describing their arguments and return values, and for additional description you are referred to `Inside Macintosh -`_ or similar works. +`_ or similar works. These modules all live in a package called :mod:`Carbon`. Despite that name they are not all part of the Carbon framework: CF is really in the CoreFoundation @@ -515,7 +515,7 @@ Manager. It contains the following functions: .. seealso:: - `Scrap Manager `_ + `Scrap Manager `_ Apple's documentation for the Scrap Manager gives a lot of useful information about using the Scrap Manager in applications. diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index 2cea693..a042b0f 100644 --- a/Doc/library/easydialogs.rst +++ b/Doc/library/easydialogs.rst @@ -143,7 +143,7 @@ The :mod:`EasyDialogs` module defines the following functions: .. seealso:: - `Navigation Services Reference `_ + `Navigation Services Reference `_ Programmer's reference documentation for the Navigation Services, a part of the Carbon framework. diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 8060d41..1539254 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -26,11 +26,11 @@ following links: .. seealso:: - http://www.linux.com/articles/60383 + http://www.debian.org/doc/manuals/maint-guide/first.en.html for Debian users http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html for OpenSuse users - http://docs.fedoraproject.org/drafts/rpm-guide-en/ch-creating-rpms.html + http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating-rpms.html for Fedora users http://www.slackbook.org/html/package-management-making-packages.html for Slackware users -- cgit v0.12