diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-21 21:54:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-10-21 21:54:58 +0200 |
commit | 03027aa3a5c698b8fe1a0254284198cb1423481e (patch) | |
tree | 94a90cd58ffa8f01cc45a6efd0ed699d1b02156c /Documentation | |
parent | Merge tag 'sched-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
parent | rust: docs: fix logo replacement (diff) | |
download | linux-03027aa3a5c698b8fe1a0254284198cb1423481e.tar.xz linux-03027aa3a5c698b8fe1a0254284198cb1423481e.zip |
Merge tag 'rust-fixes-6.6' of https://github.com/Rust-for-Linux/linux
Pull rust fixes from Miguel Ojeda:
- GCC build: fix bindgen build error with '-fstrict-flex-arrays'
- Error module: fix the description for 'ECHILD' and fix Markdown
style nit
- Code docs: fix logo replacement
- Docs: update docs output path
- Kbuild: remove old docs output path in 'cleandocs' target
* tag 'rust-fixes-6.6' of https://github.com/Rust-for-Linux/linux:
rust: docs: fix logo replacement
kbuild: remove old Rust docs output path
docs: rust: update Rust docs output path
rust: fix bindgen build error with fstrict-flex-arrays
rust: error: Markdown style nit
rust: error: fix the description for `ECHILD`
Diffstat (limited to 'Documentation')
-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. |