Skip to content

Commit e4ebf1d

Browse files
committed
fix link to sqladmin package in docs
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 60b81b6 commit e4ebf1d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/usage/admin-panel.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## Overview
44

55
There is an (optional) administration site included in this template. This is
6-
built using the [sqladmin](https://aminalaee.dev/sqladmin/){:target="_blank"}
7-
package and gives you an easy way to manage your users and API keys.
6+
built using the
7+
[sqladmin](https://aminalaee.github.io/sqladmin/){:target="_blank"} package and
8+
gives you an easy way to manage your users and API keys.
89

910
!!! warning
1011
Only **existing admin users** can access the site, so they need to already
@@ -15,8 +16,8 @@ package and gives you an easy way to manage your users and API keys.
1516
## Enable the Admin Site
1617

1718
This admin panel is **DISABLED BY DEFAULT** and needs to be enabled by setting
18-
the `ADMIN_PAGES_ENABLED` environment variable to `true` in your `.env` file or in
19-
your environment.
19+
the `ADMIN_PAGES_ENABLED` environment variable to `true` in your `.env` file or
20+
in your environment.
2021

2122
```ini
2223
ADMIN_PAGES_ENABLED=true

0 commit comments

Comments
 (0)