Skip to content

Commit 671c878

Browse files
authored
Fix broken links to frontmatter.js (#45568)
1 parent cfeaf27 commit 671c878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/contributing/writing-for-github-docs/using-yaml-frontmatter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It is a block of key-value content that lives at the top of every Markdown file
1818

1919
The following frontmatter values have special meanings and requirements for {% data variables.product.prodname_docs %}.
2020
There's also a schema that's used by the test suite to validate every page's frontmatter.
21-
For more information, see [`lib/frontmatter.js`](https://github.com/github/docs/blob/main/lib/frontmatter.js).
21+
For more information, see [`lib/frontmatter.js`](https://github.com/github/docs/blob/main/src/frame/lib/frontmatter.js).
2222

2323
- [`versions`](#versions)
2424
- [`redirect_from`](#redirect_from)
@@ -47,7 +47,7 @@ For more information, see [`lib/frontmatter.js`](https://github.com/github/docs/
4747

4848
- Purpose: Indicates the [versions](https://github.com/github/docs/blob/main/src/versions/lib/all-versions.js) to which a page applies.
4949
For more information about the different types of versioning, see "[Versioning documentation](/contributing/syntax-and-versioning-for-github-docs/versioning-documentation)."
50-
- Type: `Object`. Allowable keys map to product names and can be found in the `versions` object in [`lib/frontmatter.js`](https://github.com/github/docs/blob/main/lib/frontmatter.js).
50+
- Type: `Object`. Allowable keys map to product names and can be found in the `versions` object in [`lib/frontmatter.js`](https://github.com/github/docs/blob/main/src/frame/lib/frontmatter.js).
5151
- This frontmatter value is currently **required** for all pages.
5252
- The `*` is used to denote all releases for the version.
5353

0 commit comments

Comments
 (0)