diff --git a/js/algolia-index.js b/js/algolia-index.js index b641e32c46..7daa91cdb6 100644 --- a/js/algolia-index.js +++ b/js/algolia-index.js @@ -114,7 +114,7 @@ const startIndexing = (currentBranch) => { .replace("ROOT/index", "") .replace("index", "") const record = { - url: "https://docs.starknet.io/documentation" + url, + url: "https://docs.starknet.io" + url, ...file, }; algoliaIndex.saveObject(record).wait();