From 32538586dc0253091329b0ce4422421552c03a58 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 17 Jun 2024 19:47:15 -1000 Subject: [PATCH] docs: :bug: Fix incorrect path in docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44b81575..48d6457c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ git clone https://github.com/lysand-org/lysand.git bun install ``` -3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](database.md)) +3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](docs/database.md)) 4. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings.