From 5a501f914fff0df999812eb7fdfb8d198bfc1524 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Tue, 3 Oct 2023 15:16:45 -0400 Subject: [PATCH] Fix docs link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e074b7fb8c..a381b1849f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ cd appwrite-console && npm install When you run the Appwrite Console locally, it needs to point to a backend as well. The easiest way to do this is to run an Appwrite instance locally. -Follow the [install instructions](https://appwrite.io/docs/installation) in the Appwrite docs. +Follow the [install instructions](https://appwrite.io/docs/advanced/self-hosting) in the Appwrite docs. ### 4. Setup environment variables