mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Merge pull request #283 from clems4ever/fix-docs
Fix broken links in documentation.
This commit is contained in:
commit
e70f0914f3
|
@ -33,11 +33,11 @@ environment.
|
||||||
|
|
||||||
<img src="/images/kube-logo.png" width="24" align="left">
|
<img src="/images/kube-logo.png" width="24" align="left">
|
||||||
|
|
||||||
**Authelia** can also be used on top of Kubernetes using the nginx ingress
|
**Authelia** can also be used on top of Kubernetes using the nginx ingress
|
||||||
controller.
|
controller.
|
||||||
|
|
||||||
Please refer to the following [README](../example/kube/README.md) for more
|
Please refer to the following [README](../example/kube/README.md) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
|
|
||||||
[config.template.yml]: ../config.template.yml
|
[config.template.yml]: ../config.template.yml
|
||||||
|
[Getting Started]: ./getting-started.md
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Getting started
|
# Getting Started
|
||||||
|
|
||||||
**Authelia** can be tested in a matter of seconds with docker-compose based
|
**Authelia** can be tested in a matter of seconds with docker-compose based
|
||||||
on the latest image available on [Dockerhub] or by building the latest version
|
on the latest image available on [Dockerhub] or by building the latest version
|
||||||
|
@ -62,7 +62,7 @@ following command:
|
||||||
|
|
||||||
## From source
|
## From source
|
||||||
|
|
||||||
To deploy **Authelia** from source, follow the [Build] manual and run the
|
To deploy **Authelia** from source, follow the [build] manual and run the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
./scripts/example-commit/deploy-example.sh
|
./scripts/example-commit/deploy-example.sh
|
||||||
|
@ -96,5 +96,6 @@ for testing only.
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
|
[config.template.yml]: ../config.template.yml
|
||||||
[DockerHub]: https://hub.docker.com/r/clems4ever/authelia/
|
[DockerHub]: https://hub.docker.com/r/clems4ever/authelia/
|
||||||
[Build]: ./docs/build.md
|
[Build]: ./build.md
|
Loading…
Reference in New Issue
Block a user