Skip to content

Commit 72fc114

Browse files
authored
chore(documentation-ui): use new GitHub URL for HTML flags (#519)
1 parent e769814 commit 72fc114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/documentation-ui/src/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hljs.registerLanguage("javascript", javascript);
1111
hljs.registerLanguage("json", json);
1212

1313
// CONSTANTS
14-
const kRawGithubFlagsURL = "https://raw.githubusercontent.com/NodeSecure/flags/main/src/flags";
14+
const kRawGithubFlagsURL = "https://raw.githubusercontent.com/NodeSecure/scanner/refs/heads/master/workspaces/flags/src/flags";
1515
const kRawGithubWarningsURL = "https://raw.githubusercontent.com/NodeSecure/js-x-ray/master/docs";
1616
const kMarkdownConvertor = new MarkdownIt({
1717
html: true

0 commit comments

Comments
 (0)