From 225f7f1658ffedaa6799159218ded9d93a7f7ed6 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 21 Jul 2015 10:24:30 -0700
Subject: [PATCH] Fixed some internal links in README.

Closes #2309.
---
 README | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 55b74ba9f..57215ebac 100644
--- a/README
+++ b/README
@@ -585,8 +585,8 @@ Options affecting specific writers
 
 :   Wrap sections in `<div>` tags (or `<section>` tags in HTML5),
     and attach identifiers to the enclosing `<div>` (or `<section>`)
-    rather than the header itself.
-    See [Section identifiers](#header-identifiers-in-html-latex-and-context), below.
+    rather than the header itself. See
+    [Header identifiers](#header-identifiers), below.
 
 `--email-obfuscation=none`|`javascript`|`references`
 
@@ -1166,7 +1166,7 @@ wrapping). Consider, for example:
     #22, for example, and #5.
 
 
-### Header identifiers in HTML, LaTeX, and ConTeXt ###
+### Header identifiers ###
 
 #### Extension: `header_attributes` ####
 
@@ -2587,9 +2587,8 @@ be omitted entirely:
 ### Internal links ###
 
 To link to another section of the same document, use the automatically
-generated identifier (see [Header identifiers in HTML, LaTeX, and
-ConTeXt](#header-identifiers-in-html-latex-and-context), below).
-For example:
+generated identifier (see [Header identifiers](#header-identifiers),
+below). For example:
 
     See the [Introduction](#introduction).