Skip to content

Commit

Permalink
Fix installation doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jun 26, 2024
1 parent 1038405 commit 6d3b412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
docker compose up -d
```

More info on spinning a local instance: https://typesense.org/docs/guide/install-typesense
More info on spinning a local instance: https://typesense.org/docs/guide/install-typesense.html

### 1. Add credential to config

Expand Down
2 changes: 1 addition & 1 deletion guides/running_local_typesense.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd ex_typesense
docker compose up -d
```

More info on spinning a local instance: https://typesense.org/docs/guide/install-typesense
More info on spinning a local instance: https://typesense.org/docs/guide/install-typesense.html

Once you've started Typesense, you can verify its installation by accessing the
health endpoint through a browser or `curl` in the terminal:
Expand Down

0 comments on commit 6d3b412

Please sign in to comment.