We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e769814 commit 72fc114Copy full SHA for 72fc114
workspaces/documentation-ui/src/fetch.js
@@ -11,7 +11,7 @@ hljs.registerLanguage("javascript", javascript);
11
hljs.registerLanguage("json", json);
12
13
// CONSTANTS
14
-const kRawGithubFlagsURL = "https://raw.githubusercontent.com/NodeSecure/flags/main/src/flags";
+const kRawGithubFlagsURL = "https://raw.githubusercontent.com/NodeSecure/scanner/refs/heads/master/workspaces/flags/src/flags";
15
const kRawGithubWarningsURL = "https://raw.githubusercontent.com/NodeSecure/js-x-ray/master/docs";
16
const kMarkdownConvertor = new MarkdownIt({
17
html: true
0 commit comments