Skip to content

Commit 973a77d

Browse files
committed
SUMMARY: provide links to mainline and next for Rust code docs
This mimics what we do for the normal docs in the two links above, and while we also provide the documentation for each main release, the links to mainline and `next` are the most useful ones, especially nowadays, for most developers. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 11a46c3 commit 973a77d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959

6060
- [Kernel documentation (mainline)](https://docs.kernel.org/rust/)
6161
- [Kernel documentation (next)](https://docs.kernel.org/next/rust/)
62-
- [Rust code documentation (v6.8)](https://rust.docs.kernel.org/6.8/)
62+
- [Rust code documentation (mainline)](https://rust.docs.kernel.org)
63+
- [Rust code documentation (next)](https://rust.docs.kernel.org/next/)
6364
- [Out-of-tree module template](https://github.com/Rust-for-Linux/rust-out-of-tree-module)
6465

6566
## Main branches

0 commit comments

Comments
 (0)