summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Killen <rkillen@umich.edu>2019-07-18 21:27:31 -0400
committerBob Killen <rkillen@umich.edu>2019-07-18 21:27:49 -0400
commit834b9eaff4a078c49a5fd5abe99e71e3395e814f (patch)
treec28918964984073e0a47d765aa02c3452134cecb
parent69383f54014d7bfb76fdc313cd905c7230a50749 (diff)
Fix broken anchor links in style guide.
-rw-r--r--contributors/guide/style-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/guide/style-guide.md b/contributors/guide/style-guide.md
index babb8eb3..38acb36c 100644
--- a/contributors/guide/style-guide.md
+++ b/contributors/guide/style-guide.md
@@ -21,7 +21,7 @@ These are **guidelines**, not rules. Use your best judgement.
- [Punctuation](#punctuation)
- [Quotation](#quotation)
- [Markdown formatting](#markdown-and-formatting)
- - [Code Blocks](code-blocks)
+ - [Code Blocks](#code-blocks)
- [Emphasis](#emphasis)
- [Headings](#headings)
- [Horizontal Lines](#horizontal-lines)
@@ -176,7 +176,7 @@ These are **guidelines**, not rules. Use your best judgement.
- When inserting a code block into an ordered list, indent (space) an additional
two times.
-**[Metadata:](metadata)**
+**[Metadata:](#metadata)**
- If the document is intended to be surfaced on the Contributor Site; include a
yaml metadata header at the beginning of the document.
- Metadata must include the `title` attribute.