Skip to content

Commit 8bced9d

Browse files
authored
Merge pull request #31 from tamird/contributing-testing-url
Contributing: update testing URL
2 parents d8949ec + 7993f1c commit 8bced9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For new abstractions and modules, and especially for those that require new kern
106106

107107
- When submitting changes to Rust code documentation, please render them using the `rustdoc` target and ensure the result looks as expected.
108108

109-
- When submitting changes to examples inside Rust code documentation (i.e. "doctests"), which are transformed into KUnit tests, please test them by [running them](https://docs.kernel.org/rust/general-information.html#testing).
109+
- When submitting changes to examples inside Rust code documentation (i.e. "doctests"), which are transformed into KUnit tests, please test them by [running them](https://docs.kernel.org/rust/testing.html).
110110

111111
- When submitting changes to the Rust folder of the kernel documentation (i.e. `Documentation/rust/`), which are written in reStructuredText and handled by Sphinx, please [render them](https://docs.kernel.org/doc-guide/sphinx.html) (typically using the `htmldocs` target) to ensure there are no warnings and that the result looks as expected.
112112

0 commit comments

Comments
 (0)