Skip to content

Commit

Permalink
Link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ang-zeyu committed Nov 26, 2024
1 parent 08bfef1 commit 542a8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title = "InfiSearch Documentation"
default-theme = "navy"
curly-quotes = true
git-repository-url = "https://github.com/ang-zeyu/infisearch"
site-url = "/infisearch/"
site-url = "/infisearch-website/infisearch/"

[output.html.search]
enable = false
Expand Down
4 changes: 2 additions & 2 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ infisearch.init({
searcherOptions: {
// Output folder url specified as the second parameter in the cli command
// Urls like '/output/' will work as well
url: 'http://<your-domain>/output/',
url: 'https://<your-domain>/output/',
},
uiOptions: {
// Input / source folder url, specified as the first parameter in the cli command
sourceFilesUrl: 'http://<your-domain>/source/',
sourceFilesUrl: 'https://<your-domain>/source/',
input: 'infi-search',
}
});
Expand Down

0 comments on commit 542a8c0

Please sign in to comment.