docs: Fix md links

This commit is contained in:
Austin Alvarado 2023-03-27 10:08:27 -06:00 committed by GitHub
parent 866a74fa29
commit 758aa7f7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -282,8 +282,8 @@ folder for help with:
## Migrating from SQLite
If you started with an SQLite database and would like to migrate to
MySQL/MariaDB or PostgreSQL, check out the [./docs/database_migration.md](DB
migration docs).
MySQL/MariaDB or PostgreSQL, check out the [DB
migration docs](/docs/database_migration.md).
## Comparisons with other services

View File

@ -27,7 +27,7 @@ Frontend:
Data storage:
* The data (users, groups, memberships, active JWTs, ...) is stored in SQL.
* The main SQL DBs are supported: SQLite by default, MySQL, MariaDB, PostgreSQL
(see [./database_migration.md](DB Migration) for how to migrate off of
(see [DB Migration](/database_migration.md) for how to migrate off of
SQLite).
### Code organization