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
6 changes: 3 additions & 3 deletions apps/docs/src/content/docs/backend/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ You should see:

Now that you have the basics set up, explore the specific packages:

- [Node Better Auth](backend/packages/node-better-auth/) - Learn authentication patterns
- [Node Auth App](backend/packages/node-auth-app/) - Explore the complete auth service
- [Backend Reference](backend/reference/) - Dive into the API documentation
- [Node Better Auth](packages/node-better-auth/) - Learn authentication patterns
- [Node Auth App](packages/node-auth-app/) - Explore the complete auth service
- [Backend Reference](reference/) - Dive into the API documentation

## Common Patterns

Expand Down
Loading