mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
docs: Fix md links
This commit is contained in:
parent
866a74fa29
commit
758aa7f7f7
@ -282,8 +282,8 @@ folder for help with:
|
|||||||
## Migrating from SQLite
|
## Migrating from SQLite
|
||||||
|
|
||||||
If you started with an SQLite database and would like to migrate to
|
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
|
MySQL/MariaDB or PostgreSQL, check out the [DB
|
||||||
migration docs).
|
migration docs](/docs/database_migration.md).
|
||||||
|
|
||||||
## Comparisons with other services
|
## Comparisons with other services
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Frontend:
|
|||||||
Data storage:
|
Data storage:
|
||||||
* The data (users, groups, memberships, active JWTs, ...) is stored in SQL.
|
* The data (users, groups, memberships, active JWTs, ...) is stored in SQL.
|
||||||
* The main SQL DBs are supported: SQLite by default, MySQL, MariaDB, PostgreSQL
|
* 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).
|
SQLite).
|
||||||
|
|
||||||
### Code organization
|
### Code organization
|
||||||
|
Loading…
Reference in New Issue
Block a user