Skip to content

Commit 98baba7

Browse files
committed
Fix links.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 6af13aa commit 98baba7

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

blog/2026-01-22-introducing-docs-blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ it was somewhat hard to distill the various aspects and goals of SCS though.
1717
With the end of the funded project, we split the activities into different organizations
1818
with distinct goals:
1919

20-
1. The [Forum SCS Standards](https://sovereigncloudstack.org/en/about-scs/network/) is
20+
1. The [Forum SCS Standards](https://sovereigncloudstack.org/en/about-scs/) is
2121
responsible for governing the standardization process. While it pulls significant input
2222
from the various software projects that belong to the SCS ecosystem, it is neutral towards
2323
them beyond the preference for standards compliance. This reflects that there can and

community/contribute/adding-docs-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Determine the type of your documentation and click to continue.
1010
2. [Operational documentation](#2-operational-documentation)
1111
3. [Community documentation](#3-community-documentation)
1212

13-
If unsure don't hestitate to ask us at [Matrix](https://github.com/SovereignCloudStack/docs/blob/main/community/communication/matrix.md)
13+
If unsure don't hestitate to ask us at [Matrix](https://docs.scs.community/community/tools/matrix)
1414

1515
## 1. Technical Documentation
1616

community/contribute/styleguides/ansible_styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ disable the package_latest rule.
1515

1616
## Key Order
1717

18-
To check the key order we use our own rule. This can be found [here](https://github.com/osism/zuul-jobs/tree/main/roles/ansible-lint/files).
18+
To check the key order we use our [own rule](https://github.com/osism/zuul-jobs/tree/main/roles/ansible-lint/).
1919

2020
### Positioning and use of the become directive
2121

community/tools/zuul.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ use Zuul as our main pipeline solution.
88

99
### How to make a repo use Zuul
1010

11-
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul_deployment)
11+
Note: This needs to be updated!
12+
13+
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul-scs-jobs)
1214
- Create a file _.zuul.yaml_
13-
- An example can be found [here](https://github.com/SovereignCloudStack/zuul-sandbox/blob/main/.zuul.yaml)
15+
- An example can be found [here](https://github.com/SovereignCloudStack/zuul-config/)
1416
- You can have a job section containing _self-defined_ jobs which you need to write on your own
1517
- You have to have a project section containing
1618
- the default-branch name
1719
- the merge-mode which should be used to auto-merge
1820
- the jobs to run in each pipeline (gh_check, gh_gate, gh_post, gh_tag)
19-
- these pipelines are triggered by events which can be looked up [here](https://github.com/SovereignCloudStack/zuul_config/blob/main/zuul.d/gh_pipelines.yaml)
21+
- these pipelines are triggered by events which can be looked up [here](https://github.com/SovereignCloudStack/zuul-config/blob/main/zuul.d/)
2022
- some default jobs can be found [here](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
2123
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
2224
- this folder containers ansible playbooks which will be triggered

0 commit comments

Comments
 (0)