Fix docs: typo & dead link (#8826)

* Fix CHANGELOG.md

* Fix broken doc link
This commit is contained in:
Kende Gömöri
2025-12-06 02:31:04 +01:00
committed by GitHub
parent cfce38ec99
commit 89430a14d6
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Some tips for good pull requests:
* Write a descriptive commit message. What problem are you solving and what
are the consequences? Where and what did you test? Some good tips:
[here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)
and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).
and [here](https://www.kernel.org/doc/Documentation/process/submitting-patches.rst).
* If your PR consists of multiple commits which are successive improvements /
fixes to your first commit, consider squashing them into a single commit
(`git rebase -i`) such that your PR is a single commit on top of the current