Skip to content

Commit 7c3cc01

Browse files
committed
Move rust code documentation link from SUMMARY to Branches
It has been more than a year since the `rust` branch was archived, thus move the documentation link. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 815dc08 commit 7c3cc01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
- [Kernel documentation (mainline)](https://docs.kernel.org/rust/)
6161
- [Kernel documentation (next)](https://docs.kernel.org/next/rust/)
6262
- [Rust code documentation (v6.8)](https://rust-for-linux.github.io/docs/v6.8/kernel/)
63-
- [Rust code documentation (`rust` 2023-03-13)](https://rust-for-linux.github.io/docs/rust/kernel/)
6463
- [Out-of-tree module template](https://github.com/Rust-for-Linux/rust-out-of-tree-module)
6564

6665
## Main branches

src/Branches.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ It contains most of the abstractions that the project worked on as a prototype/s
8484

8585
The branch is now archived, thus no new changes are merged into it. While it may be deleted eventually, for the moment it is kept around since some of the code did not make it upstream and may be useful for others.
8686

87+
Similarly, its [Rust code documentation (2023-03-13)](https://rust-for-linux.github.io/docs/rust/kernel/) is archived as well.
88+
8789
Changes to this branch landed via [GitHub PRs](https://github.com/Rust-for-Linux/linux/pulls). GitHub Actions was used as a pre-merge CI, compiling the kernel and booting it under QEMU for different toolchains, architectures and configurations. It also checked that some tests passed (e.g. loading sample modules, KUnit tests...) as well as building the PR under Clippy, building the docs, checking `rustfmt`, etc. [KernelCI](https://linux.kernelci.org/job/rust-for-linux/branch/rust/) tests it. Finally, in the past, the [Ksquirrel](Ksquirrel.md) bot checked the PRs sent to it.

0 commit comments

Comments
 (0)