Skip to content

Commit b5173d1

Browse files
authored
fix(docs): corrected github_path (#8293)
Fixed `github_path` to correctly link to the GitHub edit page. ## References Fixes #8212
1 parent d5bcf38 commit b5173d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const run = async ({ content, template, nav, man, html, md }) => {
7777
...data,
7878
github_repo: 'npm/cli',
7979
github_branch: 'latest',
80-
github_path: 'docs/content',
80+
github_path: 'docs/lib/content',
8181
},
8282
frontmatter,
8383
...options,

0 commit comments

Comments
 (0)