summaryrefslogtreecommitdiff
path: root/docs/dev/rst
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-08 22:06:30 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-11-08 22:06:30 +0000
commit0b5556688eb293cdd373a5cf0cd3ee5af5842b8a (patch)
treecd17b1424e7f775ee0f6608686d343199ff75842 /docs/dev/rst
parent482f7623f06aa1f55b5f09198a78254fd6f11ff1 (diff)
downloaddocutils-0b5556688eb293cdd373a5cf0cd3ee5af5842b8a.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@923 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
-rw-r--r--docs/dev/rst/alternatives.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt
index 05327c71b..c5c859c50 100644
--- a/docs/dev/rst/alternatives.txt
+++ b/docs/dev/rst/alternatives.txt
@@ -1356,8 +1356,8 @@ Currently reStructuredText has two hyperlink syntax variations:
* Anonymous hyperlinks (in current reStructuredText)::
- This is a named reference__ of one word ("reference"). Here is
- a `phrase reference`__. Phrase references may even cross `line
+ This is an anonymous reference__. Here is an anonymous
+ `phrase reference`__. Phrase references may even cross `line
boundaries`__.
__ http://www.example.org/reference/
@@ -1380,13 +1380,13 @@ syntaxes for hyperlinks:
* First, ``"reference text":URL``::
- This is a named "reference":http://www.example.org/reference/
+ This is a "reference":http://www.example.org/reference/
of one word ("reference"). Here is a "phrase
reference":http://www.example.org/phrase_reference/.
* Second, ``"reference text", http://example.com/absolute_URL``::
- This is a named "reference", http://www.example.org/reference/
+ This is a "reference", http://www.example.org/reference/
of one word ("reference"). Here is a "phrase reference",
http://www.example.org/phrase_reference/.