From: Miguel Ojeda Date: Wed, 18 Oct 2023 16:01:44 +0000 (+0200) Subject: docs: rust: update Rust docs output path X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bd9e54a42ce26026d67963c21b3fdfe8c7e68430;p=linux.git 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: 48fadf440075 ("docs: Move rustdoc output, cross-reference it") Reviewed-by: Benno Lossin Reviewed-by: Alice Ryhl Reviewed-by: Andreas Hindborg Link: https://lore.kernel.org/r/20231018160145.1017340-1-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/Documentation/rust/general-information.rst b/Documentation/rust/general-information.rst index 49029ee82e559..081397827a7ea 100644 --- a/Documentation/rust/general-information.rst +++ b/Documentation/rust/general-information.rst @@ -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.