From 758aa7f7f702024c54a75628641022e58820be89 Mon Sep 17 00:00:00 2001 From: Austin Alvarado Date: Mon, 27 Mar 2023 10:08:27 -0600 Subject: [PATCH] docs: Fix md links --- README.md | 4 ++-- docs/architecture.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9615878..273babd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/architecture.md b/docs/architecture.md index 69cc9dd..3dce933 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -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