Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/administration-guide/installation/binary-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions src/administration-guide/installation/snap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

----
----
2 changes: 1 addition & 1 deletion src/administration-guide/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down
6 changes: 3 additions & 3 deletions src/user-guide/task-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down