From 637e57af25692d6a43347409bbb6efc47b5ab416 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sat, 29 Oct 2005 14:39:45 +0000 Subject: fixed links git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3974 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/policies.txt | 4 ++-- docutils/docs/dev/rst/alternatives.txt | 2 +- docutils/docs/dev/rst/problems.txt | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'docutils/docs/dev') diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt index e09f5ea67..2bc0158e8 100644 --- a/docutils/docs/dev/policies.txt +++ b/docutils/docs/dev/policies.txt @@ -30,7 +30,7 @@ his essay `The Magic Cauldron`_: through to contribute. .. _The Magic Cauldron: - http://www.tuxedo.org/~esr/writings/magic-cauldron/ + http://www.catb.org/~esr/writings/magic-cauldron/ We will endeavour to keep the barrier to entry as low as possible. The policies below should not be thought of as barriers, but merely as @@ -319,7 +319,7 @@ just a trickle of perfect-as-they-stand changes. The occasional mistake is easy to fix. That's what Subversion is for! .. _Docutils Front-End Tools: ../user/tools.html -.. _Docutils Configuration Files: ../user/config.htm +.. _Docutils Configuration Files: ../user/config.html .. _Python Check-in Policies: http://www.python.org/dev/tools.html#check-in-policies .. _nightly repository tarball: diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index e8730b650..d6e0957e7 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -32,7 +32,7 @@ The ideas are divided into sections: .. _Setext: http://docutils.sourceforge.net/mirror/setext.html .. _StructuredText: - http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage + http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage .. _Problems with StructuredText: problems.html .. _reStructuredText Markup Specification: ../../ref/rst/restructuredtext.html diff --git a/docutils/docs/dev/rst/problems.txt b/docutils/docs/dev/rst/problems.txt index 01853c8bd..bc0101cbf 100644 --- a/docutils/docs/dev/rst/problems.txt +++ b/docutils/docs/dev/rst/problems.txt @@ -114,7 +114,8 @@ markup-significant characters as the characters themselves. Currently there is no such mechanism (although ZWiki uses '!'). What are the candidates? -1. ``!`` (http://dev.zope.org/Members/jim/StructuredTextWiki/NGEscaping) +1. ``!`` + (http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/NGEscaping) 2. ``\`` 3. ``~`` 4. doubling of characters @@ -847,14 +848,14 @@ text is separated from the link URI and the footnote, resulting in cleanly readable text. .. _StructuredText: - http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage + http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage .. _Setext: http://docutils.sourceforge.net/mirror/setext.html .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _detailed description: http://homepage.ntlworld.com/tibsnjoan/docutils/STNG-format.html .. _STMinus: http://www.cis.upenn.edu/~edloper/pydoc/stminus.html .. _StructuredTextNG: - http://dev.zope.org/Members/jim/StructuredTextWiki/StructuredTextNG + http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/StructuredTextNG .. _README: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/ python/python/dist/src/README .. _Emacs table mode: http://table.sourceforge.net/ -- cgit v1.2.1