From c8f143fc27140b0f4c5c9612f33cdbbd62690f53 Mon Sep 17 00:00:00 2001 From: CJ13th <48095175+CJ13th@users.noreply.github.com> Date: Mon, 26 May 2025 18:49:36 +0100 Subject: [PATCH] Update index.mdx --- content/docs/web/frontend/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/web/frontend/index.mdx b/content/docs/web/frontend/index.mdx index 46343f2..58c17bc 100644 --- a/content/docs/web/frontend/index.mdx +++ b/content/docs/web/frontend/index.mdx @@ -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). Though this is the easiest to get started, this is not secure - and not recommended for production deployments. ### Fullstack, production ready -To build a fullstack secure application, follow the [Fullstack guide](./fullstack) \ No newline at end of file +To build a fullstack secure application, follow the [Fullstack guide](./frontend/fullstack)