diff options
author | Michael Vetter <jubalh@iodoru.org> | 2024-08-20 09:26:43 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-08-25 14:44:34 +0200 |
commit | c73051168e7fc0c78e58791097cbc3a3ec95839e (patch) | |
tree | e29f1c0a8d5a98044e26b36fe53e02213b3f5d87 /rust/kernel/std_vendor.rs | |
parent | f363930484d733e784fce12355d32d04e5baa313 (diff) | |
download | linux-c73051168e7fc0c78e58791097cbc3a3ec95839e.tar.gz linux-c73051168e7fc0c78e58791097cbc3a3ec95839e.tar.bz2 linux-c73051168e7fc0c78e58791097cbc3a3ec95839e.zip |
rust: kernel: use docs.kernel.org links in code documentation
Use links to docs.kernel.org instead of www.kernel.org/doc/html/latest
in the code documentation. The links are shorter and cleaner.
Link: https://github.com/Rust-for-Linux/linux/issues/1101
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
[ Reworded slightly. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'rust/kernel/std_vendor.rs')
-rw-r--r-- | rust/kernel/std_vendor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/kernel/std_vendor.rs b/rust/kernel/std_vendor.rs index 39679a960c1a..67bf9d37ddb5 100644 --- a/rust/kernel/std_vendor.rs +++ b/rust/kernel/std_vendor.rs @@ -136,7 +136,7 @@ /// /// [`std::dbg`]: https://doc.rust-lang.org/std/macro.dbg.html /// [`eprintln`]: https://doc.rust-lang.org/std/macro.eprintln.html -/// [`printk`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html +/// [`printk`]: https://docs.kernel.org/core-api/printk-basics.html /// [`pr_info`]: crate::pr_info! /// [`pr_debug`]: crate::pr_debug! #[macro_export] |