Skip to content

Commit b54dde8

Browse files
authored
Merge pull request #86 from madic-creates/patch-4
Fixed multiple wrong links
2 parents 9eb8f32 + 7aeb2b4 commit b54dde8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/administration-guide/installation/binary-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Semaphore will be available via the following URL [https://localhost:3000](https
6262

6363
### Run as a service
6464

65-
For more detailed information — look into the [extended Systemd service documentation](./installation_manually.md#extended-systemd-service).
65+
For more detailed information — look into the [extended Systemd service documentation](../installation_manually.md#extended-systemd-service).
6666

6767
If you installed Semaphore via a package manager, or by downloading a binary file, you should create the Semaphore service manually.
6868

src/administration-guide/installation/snap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ After installation, you can set up Semaphore via [Snap Configuration](https://sn
4646
sudo snap get semaphore
4747
```
4848

49-
 List of available options you can find in [Configuration options reference](./configuration#configuration-options).
49+
 List of available options you can find in [Configuration options reference](../configuration.md#configuration-options).
5050

51-
----
51+
----

src/administration-guide/openid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ All SSO provider options:
4747
| `scopes` | |
4848
| `username_claim` | Username claim expression[\*](#claim-expression). |
4949
| `email_claim` | Email claim expression[\*](#claim-expression). |
50-
| `name_claim` | Profile Name claim expression[\*](openid/#claim-expression). |
50+
| `name_claim` | Profile Name claim expression[\*](#claim-expression). |
5151
| `order` | Position of the provider button on the Sign in screen. |
5252
| `endpoint.issuer` | |
5353
| `endpoint.auth` | |

src/user-guide/task-templates/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Templates define how to run an Ansible Playbook. The template allows you to spec
1414

1515
The task template can be one of the following types:
1616

17-
* [Task](./#task)
18-
* [Build](./#build)
19-
* [Deploy](./#deploy)
17+
* [Task](#task)
18+
* [Build](#build)
19+
* [Deploy](#deploy)
2020

2121
### Task
2222

0 commit comments

Comments
 (0)