Skip to content

Commit b40bea4

Browse files
committed
Fix the "here" links that are complained about.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 01702bf commit b40bea4

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ it assembles documentation from various places. Unlike the Forum, it does not ne
4141
to prioritize neutrality as top priority, but benefits and prefers those projects
4242
that contribute useful content to it.
4343

44-
We have decided to use docusaurus' blog feature to publish blog articles
45-
[here](https://docs.scs.community/blog/). We appreciate contributions.
44+
We have decided to use docusaurus' blog feature to publish
45+
[blog articles](https://docs.scs.community/blog/). We appreciate contributions.
4646

4747
## Old blog content
4848

community/cloud-resources/cloud-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once the PR has been accepted, [configure your VPN access by following the steps
3434

3535
### SCS Hardware Landscape Usage
3636

37-
More information on how to use the Hardware Landscape can be found [here](hardware-landscape.md).
37+
Here is [more information on how to use the Hardware Landscape](hardware-landscape.md).
3838

3939
## SCS2 @ plusserver
4040

@@ -44,7 +44,7 @@ To apply for a new project, please create a pull request against this document (
4444

4545
### SCS2 Usage
4646

47-
A brief guide on how to use the resources provided by plusserver GmbH can be found [here](plusserver-gx-scs.md).
47+
Here is a [brief guide on how to use the resources provided by plusserver GmbH](plusserver-gx-scs.md).
4848

4949
### SCS2 Users
5050

@@ -101,7 +101,7 @@ To apply for a new project, please create a pull request against this document (
101101

102102
### Wavestack Usage
103103

104-
A brief guide on how to use the resources provided by Wavecon GmbH can be found [here](wavestack.md).
104+
Here is [a brief guide on how to use the resources provided by Wavecon GmbH](wavestack.md).
105105

106106
### Wavestack Service Users
107107

community/contribute/adding-docs-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ File a Pull Request within the [docs](https://github.com/SovereignCloudStack/doc
5353

5454
Once it is approved and merged, a postinstall script will be triggered within the build process. This initiates downloading, copy and distilling which results in this static generated [documentation](https://docs.scs.community) page – now with your content.
5555

56-
An explanation on how the sync & distill workflow and a guide on how to test it in a local development environment you will find [here](https://github.com/SovereignCloudStack/docs/blob/main/community/contribute/docs-workflow-explanation.md).
56+
Here is an explanation on how the [sync & distill workflow works and a guide on how to test it in a local development environment](https://github.com/SovereignCloudStack/docs/blob/main/community/contribute/docs-workflow-explanation.md).
5757

5858
## 2. Operational documentation
5959

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/files).
1919

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

community/tools/zuul.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ use Zuul as our main pipeline solution.
1010

1111
- Make Zuul aware of your repository in this [repo](https://github.com/SovereignCloudStack/zuul_deployment)
1212
- Create a file _.zuul.yaml_
13-
- An example can be found [here](https://github.com/SovereignCloudStack/zuul-sandbox/blob/main/.zuul.yaml)
13+
- Here is [an example](https://github.com/SovereignCloudStack/zuul-sandbox/blob/main/.zuul.yaml)
1414
- You can have a job section containing _self-defined_ jobs which you need to write on your own
1515
- You have to have a project section containing
1616
- the default-branch name
1717
- the merge-mode which should be used to auto-merge
1818
- 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)
20-
- some default jobs can be found [here](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
19+
- these [pipelines](https://github.com/SovereignCloudStack/zuul_config/blob/main/zuul.d/gh_pipelines.yaml) are triggered by events
20+
- ihere are [some default jobs](https://opendev.org/zuul/zuul-jobs/src/branch/master/playbooks)
2121
- If you have _self-defined_ jobs, you need to create a folder _.playbooks_
2222
- this folder containers ansible playbooks which will be triggered
2323

0 commit comments

Comments
 (0)