Skip to content

Commit 712bf23

Browse files
author
Ron Petrusha
authored
Merge pull request #1150 from lemmaa/patch-1
Fix missing link
2 parents 218dfe1 + 21641ff commit 712bf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When creating a Markdown file, you should copy this template to a new file, fill
3030

3131
## Metadata
3232

33-
The full metadata block is above (in the [raw Markdown](https://raw.githubusercontent.com/dotnet/core-docs/master/template.md)), divided into required fields and optional fields. Some key notes:
33+
The full metadata block is above (in the [raw Markdown](https://raw.githubusercontent.com/dotnet/core-docs/master/styleguide/template.md)), divided into required fields and optional fields. Some key notes:
3434

3535
- You **must** have a space between the colon (:) and the value for a metadata element.
3636
- If an optional metadata element does not have a value, comment out the element with a # or remove it (do not leave it blank or use "na"); if you are adding a value to an element that was commented out, be sure to remove the #.

0 commit comments

Comments
 (0)