Skip to content

Commit a8cd8f8

Browse files
committed
docs: rust: avoid repetition
Due to how the HTML docs are generated (it uses the title of the reference), it looks better if we do not repeat "coding guidelines". It is also clear and simpler in plain text form too. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 4c6823d commit a8cd8f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/rust/general-information.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ To read the docs locally in your web browser, run e.g.::
2929

3030
xdg-open rust/doc/kernel/index.html
3131

32-
To learn about how to write the documentation, please see the coding guidelines
33-
at coding-guidelines.rst.
32+
To learn about how to write the documentation, please see coding-guidelines.rst.
3433

3534

3635
Extra lints

0 commit comments

Comments
 (0)