We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc4d15 commit 6126f39Copy full SHA for 6126f39
1 file changed
theme/ht_searcher.js
@@ -474,7 +474,7 @@ window.search = window.search || {};
474
(async function loadSearchIndex(lang = window.lang || 'en') {
475
/* ───────── paths ───────── */
476
const branch = lang === 'en' ? 'master' : lang;
477
- const baseRemote = `https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/${branch}`;
+ const baseRemote = `https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/${branch}`;
478
const remoteJs = `${baseRemote}/searchindex.js`;
479
const localJs = '/searchindex.js';
480
const TIMEOUT_MS = 5_000;
0 commit comments