diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2023-10-18 19:01:44 +0300 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2023-10-19 17:39:03 +0300 |
commit | bd9e54a42ce26026d67963c21b3fdfe8c7e68430 (patch) | |
tree | 8947e2256ba9922722f67fc851c9c1a0cb79e546 /Documentation/rust | |
parent | 344b6c0a7514b044ed12b8ad3cdeecd262292f3e (diff) | |
download | linux-bd9e54a42ce26026d67963c21b3fdfe8c7e68430.tar.xz |
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 <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>
Diffstat (limited to 'Documentation/rust')
-rw-r--r-- | Documentation/rust/general-information.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rust/general-information.rst b/Documentation/rust/general-information.rst index 49029ee82e55..081397827a7e 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. |