Skip to content

Commit bd9e54a

Browse files
committed
docs: rust: update Rust docs output path
The Rust code documentation output path moved from `rust/doc` to `Documentation/output/rust/rustdoc`, thus update the old reference. Fixes: 48fadf4 ("docs: Move rustdoc output, cross-reference it") Reviewed-by: Benno Lossin <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Andreas Hindborg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 344b6c0 commit bd9e54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/rust/general-information.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ target with the same invocation used for compilation, e.g.::
2929

3030
To read the docs locally in your web browser, run e.g.::
3131

32-
xdg-open rust/doc/kernel/index.html
32+
xdg-open Documentation/output/rust/rustdoc/kernel/index.html
3333

3434
To learn about how to write the documentation, please see coding-guidelines.rst.
3535

0 commit comments

Comments
 (0)