Skip to content

Commit

Permalink
crates/sel4-microkit: Fix link to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Sep 14, 2023
1 parent d62d687 commit 685b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sel4-microkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! See the [seL4 Microkit manual](https://github.com/seL4/microkit/blob/main/docs/manual.md) for
//! non-Rust-specific documentation about the seL4 Microkit.
//!
//! See [the demo](https://github.com/coliasgroup/rust-root-task-demo) for a concrete example of
//! See [the demo](https://github.com/coliasgroup/rust-microkit-demo) for a concrete example of
//! this crate in action.
//!
//! This crate depends, at build time, on the libsel4 headers. It requires that either
Expand Down

0 comments on commit 685b8f5

Please sign in to comment.