Skip to content

Commit 6126f39

Browse files
committed
fix
1 parent 0bc4d15 commit 6126f39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

theme/ht_searcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ window.search = window.search || {};
474474
(async function loadSearchIndex(lang = window.lang || 'en') {
475475
/* ───────── paths ───────── */
476476
const branch = lang === 'en' ? 'master' : lang;
477-
const baseRemote = `https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/${branch}`;
477+
const baseRemote = `https://raw.githubusercontent.com/HackTricks-wiki/hacktricks-cloud/refs/heads/${branch}`;
478478
const remoteJs = `${baseRemote}/searchindex.js`;
479479
const localJs = '/searchindex.js';
480480
const TIMEOUT_MS = 5_000;

0 commit comments

Comments
 (0)