diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-17 15:36:08 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 15:36:08 +0100 |
commit | 6678d04ff55eca0cd1b1a67d63b71b09913b5059 (patch) | |
tree | 0665a194658f85cf107c9a6593ab92c3886419f6 | |
parent | 59eb9f666557164c9efe8aa6076aa3a7916c9549 (diff) |
Fixing broken links
-rw-r--r-- | docs/glossary.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 29f307ca6..7e6311169 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -184,7 +184,7 @@ Definitions <li> censor rules may simply redact text that exactly matches a particular sentence or phrase, or may use - <a href="regexp">regular expressions</a> + <a href="#regexp">regular expressions</a> </li> </ul> </div> @@ -258,7 +258,7 @@ Definitions </li> <li> Everything about git from the <a - href="//http://git-scm.com">official website</a>. + href="http://git-scm.com">official website</a>. </li> <li> See <a href="http://github.com/mysociety">the mySociety projects on @@ -269,7 +269,7 @@ Definitions </dd> <dt> - <a name="holding pen">holding pen</a> + <a name="holding_pen">holding pen</a> </dt> <dd> The <strong>holding pen</strong> is the conceptual place where responses that @@ -610,8 +610,7 @@ Definitions <p>More information:</p> <ul> <li> - <a href="{{ site.baseurl }}docs/customising -/themes">about themes</a> + <a href="{{ site.baseurl }}docs/customising/themes">about themes</a> </li> </ul> </div> |