Skip to content

Fix broken links in docs #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions content/docs/web/frontend/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: This guide will help you implement the front end using React

## Two modes
### Quickstart
To quickly get something up and running, you can use the [quickstart guide](./quickstart).
To quickly get something up and running, you can use the [quickstart guide](./frontend/quickstart).
<Callout type="warning">
Though this is the easiest to get started, this is not secure - and not recommended for production deployments.
</Callout>

### Fullstack, production ready
To build a fullstack secure application, follow the [Fullstack guide](./fullstack)
To build a fullstack secure application, follow the [Fullstack guide](./frontend/fullstack)