aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-04 11:13:10 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-04 11:13:10 -0800
commitc14efbb6dfcc8123e47b0a48dcf645489fc639c4 (patch)
treedff02d5482c420f51677268486fa8c4aec5eed83
parent210d186f9cc20e9e5d35d1309c45126e17424b56 (diff)
downloadpandoc-c14efbb6dfcc8123e47b0a48dcf645489fc639c4.tar.gz
Fixed link example in README.
Thanks to Ryan Gray for pointing out the mistake.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5e95dafa5..a4c61eb95 100644
--- a/README
+++ b/README
@@ -834,7 +834,7 @@ also make it easy to provide links from one section of a document to
another. A link to this section, for example, might look like this:
See the section on
- [header identifiers][#header-identifiers-in-html].
+ [header identifiers](#header-identifiers-in-html).
Note, however, that this method of providing links to sections works
only in HTML, LaTeX, and ConTeXt formats.