diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 98c8cd43c49..cab5dedb9f0 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -273,7 +273,7 @@ Path where the socket should be created when `protocol=socket`. Make sure that G ## [database] Grafana needs a database to store users and dashboards (and other -things). By default it is configured to use `sqlite3` which is an +things). By default it is configured to use [`sqlite3`](https://www.sqlite.org/index.html) which is an embedded database (included in the main Grafana binary). ### type