diff --git a/src/administration-guide/installation/binary-file.md b/src/administration-guide/installation/binary-file.md index 0b59fef..8f2f8e8 100644 --- a/src/administration-guide/installation/binary-file.md +++ b/src/administration-guide/installation/binary-file.md @@ -62,7 +62,7 @@ Semaphore will be available via the following URL [https://localhost:3000](https ### Run as a service -For more detailed information — look into the [extended Systemd service documentation](./installation_manually.md#extended-systemd-service). +For more detailed information — look into the [extended Systemd service documentation](../installation_manually.md#extended-systemd-service). If you installed Semaphore via a package manager, or by downloading a binary file, you should create the Semaphore service manually. diff --git a/src/administration-guide/installation/snap.md b/src/administration-guide/installation/snap.md index 69de6a1..414d249 100644 --- a/src/administration-guide/installation/snap.md +++ b/src/administration-guide/installation/snap.md @@ -46,6 +46,6 @@ After installation, you can set up Semaphore via [Snap Configuration](https://sn sudo snap get semaphore ``` - List of available options you can find in [Configuration options reference](./configuration#configuration-options). + List of available options you can find in [Configuration options reference](../configuration.md#configuration-options). ----- \ No newline at end of file +---- diff --git a/src/administration-guide/openid.md b/src/administration-guide/openid.md index 7d66161..cbcb2e9 100644 --- a/src/administration-guide/openid.md +++ b/src/administration-guide/openid.md @@ -47,7 +47,7 @@ All SSO provider options: | `scopes` | | | `username_claim` | Username claim expression[\*](#claim-expression). | | `email_claim` | Email claim expression[\*](#claim-expression). | -| `name_claim` | Profile Name claim expression[\*](openid/#claim-expression). | +| `name_claim` | Profile Name claim expression[\*](#claim-expression). | | `order` | Position of the provider button on the Sign in screen. | | `endpoint.issuer` | | | `endpoint.auth` | | diff --git a/src/user-guide/task-templates/README.md b/src/user-guide/task-templates/README.md index 0598c3b..8d3c663 100644 --- a/src/user-guide/task-templates/README.md +++ b/src/user-guide/task-templates/README.md @@ -14,9 +14,9 @@ Templates define how to run an Ansible Playbook. The template allows you to spec The task template can be one of the following types: -* [Task](./#task) -* [Build](./#build) -* [Deploy](./#deploy) +* [Task](#task) +* [Build](#build) +* [Deploy](#deploy) ### Task