From a1b5d98f2216c940c126ee437641ff1ea3957dcf Mon Sep 17 00:00:00 2001 From: msukkari Date: Tue, 25 Mar 2025 09:17:07 -0700 Subject: [PATCH] fix reference in sh docs --- docs/self-hosting/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index ab45a43c..e8c6738e 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -11,7 +11,7 @@ Sourcebot is open source and can be self-hosted using our official Docker images docker run -p 3000:3000 --rm --name sourcebot ghcr.io/sourcebot-dev/sourcebot:staging ``` -Navigate to `localhost:3000` to see your Sourcebot deployment in action. Check out our [Getting Started](/getting-started) guide to learn how to index your repos and use the tool. +Navigate to `localhost:3000` to see your Sourcebot deployment in action. Check out the [README](https://github.com/sourcebot-dev/sourcebot/tree/main) to learn how to configure Sourcebot to index your repos. Making changes to Sourcebot? Checkout our guide on how to [build from source](/self-hosting/deployment/source).