Skip to content

Commit e1973cf

Browse files
committed
Contributing: add link to kernel.org's Rust kernel documentation
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent cdb45ba commit e1973cf

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
@@ -110,7 +110,7 @@ The following items apply to every patch in a series. That is, in general, each
110110

111111
- 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).
112112

113-
- 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.
113+
- 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. The Rust kernel documentation gets rendered at <https://docs.kernel.org/rust/>.
114114

115115
- When submitting changes to `#[test]`s, please test them by running the `rusttest` target.
116116

0 commit comments

Comments
 (0)