]> git.itanic.dy.fi Git - linux-stable/commitdiff
docs: rust: update Rust docs output path
authorMiguel Ojeda <ojeda@kernel.org>
Wed, 18 Oct 2023 16:01:44 +0000 (18:01 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 19 Oct 2023 14:39:03 +0000 (16:39 +0200)
The Rust code documentation output path moved from `rust/doc` to
`Documentation/output/rust/rustdoc`, thus update the old reference.

Fixes: 48fadf440075 ("docs: Move rustdoc output, cross-reference it")
Reviewed-by: Benno Lossin <benno.lossin@proton.me>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Andreas Hindborg <a.hindborg@samsung.com>
Link: https://lore.kernel.org/r/20231018160145.1017340-1-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/general-information.rst

index 49029ee82e559e543cf583021b4c3053d8852fcb..081397827a7eab66bb45648bf0e9e9f67497125e 100644 (file)
@@ -29,7 +29,7 @@ target with the same invocation used for compilation, e.g.::
 
 To read the docs locally in your web browser, run e.g.::
 
-       xdg-open rust/doc/kernel/index.html
+       xdg-open Documentation/output/rust/rustdoc/kernel/index.html
 
 To learn about how to write the documentation, please see coding-guidelines.rst.