Skip to content

Commit 5ccdf81

Browse files
committed
/change_log/ -> /change-log/
1 parent b6ec1aa commit 5ccdf81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/checkLinks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ for (const [name, raw] of docFiles) {
115115
// The changelog is unique in that each entry acts as it's own potential page,
116116
// and each entry can be represented in a single page under it's own H2.
117117
// This collects all potential change-log pages, and adds them to the list of
118-
// available anchors under `/change_log`.
119-
if (name.startsWith("/change_log/")) {
118+
// available anchors under `/change-log`.
119+
if (name.startsWith("/change-log/")) {
120120
const frontmatter = raw.split("---")[1];
121121
const parsedFrontmatter = yaml.load(frontmatter) as Frontmatter;
122122
const title = parsedFrontmatter?.title;

0 commit comments

Comments
 (0)