From 45df0a761304001aa7e9489238a80c58d283eaa2 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 31 May 2025 06:21:37 -0700 Subject: [PATCH] Fix self-hosted guide Signed-off-by: Emmanuel Ferdman --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3b89b459..132c3d3c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,4 +31,4 @@ Instructions for building and running Convex packages locally: Note: If you just want to self-host Convex and not modify the codebase, we recommend using the pre-built Docker image or binary. See the -[self-hosted README](../self-hosted/README.md) for more information. +[self-hosted README](self-hosted/README.md) for more information.