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
2 changed files with 3 additions and 3 deletions
+1 -1
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