website: fix broken links
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
be5c8341d2
commit
fd197ceee7
|
@ -5,7 +5,7 @@ title: Frontend-only development environment
|
|||
If you want to only make changes on the UI, you don't need a backend running from source. You can user the docker-compose install with a few customizations.
|
||||
|
||||
1. Clone the git repo from https://github.com/goauthentik/authentik
|
||||
2. In the cloned repository, follow the docker-compose installation instructions [here](../../docs/installation/docker-compose)
|
||||
2. In the cloned repository, follow the docker-compose installation instructions [here](/docs/installation/docker-compose)
|
||||
3. Add the following entry to your `.env` file:
|
||||
|
||||
```
|
||||
|
|
|
@ -23982,6 +23982,7 @@
|
|||
"chalk": "^4.1.0",
|
||||
"find-up": "^5.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"postcss": "^8.2.4",
|
||||
"strip-json-comments": "^3.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Reference in New Issue