refactor: 🚚 Point to new docs site everywhere

This commit is contained in:
Jesse Wierzbinski 2024-11-10 15:33:21 +01:00
parent cbcfe51362
commit 83f573c14f
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View file

@ -36,9 +36,9 @@ git clone https://github.com/versia-pub/server.git
bun install
```
4. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](docs/database.md))
1. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](https://server.versia.pub/setup/database))
5. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings.
2. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings.
## HTTPS development