Skip to content

Commit 47a711d

Browse files
authored
Update algolia-index.js (#1380)
1 parent 4e2f123 commit 47a711d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/algolia-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const startIndexing = (currentBranch) => {
114114
.replace("ROOT/index", "")
115115
.replace("index", "")
116116
const record = {
117-
url: "https://docs.starknet.io/documentation" + url,
117+
url: "https://docs.starknet.io" + url,
118118
...file,
119119
};
120120
algoliaIndex.saveObject(record).wait();

0 commit comments

Comments
 (0)