From ee1508bee8e4813e592f52f03dac8b1a1c042ad5 Mon Sep 17 00:00:00 2001 From: fraxken Date: Fri, 20 Jun 2025 22:50:01 +0200 Subject: [PATCH] chore(documentation-ui): use new GitHub URL for HTML flags --- workspaces/documentation-ui/src/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/documentation-ui/src/fetch.js b/workspaces/documentation-ui/src/fetch.js index da71dd35..1b88ffde 100644 --- a/workspaces/documentation-ui/src/fetch.js +++ b/workspaces/documentation-ui/src/fetch.js @@ -11,7 +11,7 @@ hljs.registerLanguage("javascript", javascript); hljs.registerLanguage("json", json); // CONSTANTS -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"; const kRawGithubWarningsURL = "https://raw.githubusercontent.com/NodeSecure/js-x-ray/master/docs"; const kMarkdownConvertor = new MarkdownIt({ html: true