From 63722d92e6d288c42ecd42e122a3d7fd797f7033 Mon Sep 17 00:00:00 2001 From: Anatoli Nicolae Date: Wed, 20 Mar 2024 17:31:43 +0100 Subject: [PATCH] Fix broken links Signed-off-by: Anatoli Nicolae --- docs/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 3451dd8cb..153f1f981 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -8,8 +8,8 @@ > [!IMPORTANT] > If you want to run shelf via docker, there are still some prerequisites you need to meet. Because our docker setup doesn't currently support self-hosting supabase, you need to complete the steps below. This means you have to take care of setting up your Supabase environment, running migrations against your database, and making sure Supabase is configured based on our requirements. -1. ./get-started.md#development -2. ./get-started.md#authentication +1. [Get Started > Development](./get-started.md#development) +2. [Get Started > Authentication](./get-started.md#authentication) This will make sure you have a DATABASE that you are ready to connect to.