summaryrefslogtreecommitdiff
path: root/docutils/test/test_readers
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-05 19:32:15 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-06-05 19:32:15 +0000
commit4779ccfc4ed3ac494eef60466b6b8ee2c89424ff (patch)
tree22744925ed1586961e93d687567ef468e29bbeb3 /docutils/test/test_readers
parent361abce5e74ba8fbc56b9dbc6dce1427099d61b4 (diff)
downloaddocutils-4779ccfc4ed3ac494eef60466b6b8ee2c89424ff.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2223 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/test_readers')
-rw-r--r--docutils/test/test_readers/test_pep/test_inline_markup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/test_readers/test_pep/test_inline_markup.py b/docutils/test/test_readers/test_pep/test_inline_markup.py
index eb18ebe8b..f38193c10 100644
--- a/docutils/test/test_readers/test_pep/test_inline_markup.py
+++ b/docutils/test/test_readers/test_pep/test_inline_markup.py
@@ -96,7 +96,7 @@ totest['miscellaneous'] = [
For *completeness*, _`let's` ``test`` **other** forms_
|of| `inline markup` [*]_.
-.. [*] See http://docutils.sf.net/spec/rst/reStructuredText.html.
+.. [*] See http://docutils.sf.net/docs/ref/rst/restructuredtext.html.
""",
"""\
<document source="test data">
@@ -128,8 +128,8 @@ For *completeness*, _`let's` ``test`` **other** forms_
<footnote auto="*" id="id2">
<paragraph>
See \n\
- <reference refuri="http://docutils.sf.net/spec/rst/reStructuredText.html">
- http://docutils.sf.net/spec/rst/reStructuredText.html
+ <reference refuri="http://docutils.sf.net/docs/ref/rst/restructuredtext.html">
+ http://docutils.sf.net/docs/ref/rst/restructuredtext.html
.
"""],
]