Skip to content

Commit

Permalink
eh?
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Aug 7, 2024
1 parent 7fbb6a6 commit 9a15913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function validateInternalLink(errors: Errors, href: string): void {

// check if doc page exists, key is the url path without `/docs/`
// e.g. `api/example`
const foundPage = documentMap.get(`../../../${link}`);
const foundPage = documentMap.get(`../../..${link}`);

console.log("found page", foundPage);

Expand Down

0 comments on commit 9a15913

Please sign in to comment.