Skip to content

Commit 0c85554

Browse files
committed
Fix broken anchor links
Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
1 parent 5b652d6 commit 0c85554

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/packaging/creating-a-new-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ git commit
166166

167167
### Commit message format for new packages
168168

169-
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks) will automatically open your editor with the correct template.
169+
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks-for-linting) will automatically open your editor with the correct template.
170170
Note that lines starting with a `#` will be ignored by Git and do not need to be removed.
171171

172172
There should be a summary line (with the package name), a blank line, and then the rest of the commit message.

docs/packaging/packaging-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This page is meant to serve as a changelog of sorts for the Solus packaging envi
118118

119119
#### Git hooks
120120

121-
- Run `go-task init` to initialize Git hooks for the packages repository. See [Prepare for packaging](prepare-for-packaging.md#initialize-git-hooks).
121+
- Run `go-task init` to initialize Git hooks for the packages repository. See [Prepare for packaging](prepare-for-packaging.md#initialize-git-hooks-for-linting).
122122
- Use `git commit` for committing packaging changes and fill in the template shown.
123123
It is no longer required to manually copy-paste the template or use `git commit --cleanup=scissors`.
124124

docs/packaging/updating-an-existing-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following guidelines apply to the commit message body:
129129
- There may also be a section for Solus specific work (e.g. rebuild against x / rework to remove dependency).
130130
- Optional: A link to the upstream release notes page.
131131

132-
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks) will automatically open your editor with the correct template.
132+
`git commit` on [an initialized repository](prepare-for-packaging.md#initialize-git-hooks-for-linting) will automatically open your editor with the correct template.
133133
Note that lines starting with a `#` will be ignored by Git and do not need to be removed.
134134

135135
_Important_: Do not include issue numbers in changelogs. This will incorrectly link your issue to another one in our repository.

0 commit comments

Comments
 (0)