Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/fix-vitepress-dead-link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm run db:migrate:local
npm run dev
```

Once running, open http://localhost:8787/api/docs to explore the auto-generated API documentation.
Once running, open `http://localhost:8787/api/docs` to explore the auto-generated API documentation.

See [`template/README.md`](https://github.com/cloudflare/chanfana/blob/main/template/README.md) for full setup instructions.

Expand Down
Loading