Skip to content

Commit

Permalink
replace dynamic libraries with libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Birgit Brecknell <[email protected]>
  • Loading branch information
bbrcknl committed Jul 31, 2024
1 parent 02f9734 commit 2debab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/nav-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
<li><a href="{{url}}/tutorials/libraries-3">Processes & Elf loading</a></li>
<li><a href="{{url}}/tutorials/libraries-4">Timer</a></li>
</ul>
<li>Microkit</li>
<ul>
<li><a href="https://trustworthy.systems/projects/microkit/tutorial/">Tutorial</a></li>
</ul>
<li>CAmkES</li>
<ul>
<li><a href="{{url}}/tutorials/hello-camkes-0">Hello CAmkES</a></li>
Expand All @@ -94,10 +98,6 @@
<li><a href="{{url}}/tutorials/camkes-vm-linux">CAmkES VM</a></li>
<li><a href="{{url}}/tutorials/camkes-vm-crossvm">CAmkES Cross VM Connectors</a></li>
</ul>
<li>Microkit</li>
<ul>
<li><a href="https://trustworthy.systems/projects/microkit/tutorial/">Tutorial</a></li>
</ul>
<li>Rust</li>
<ul>
<li><a href= "https://github.com/seL4/rust-sel4">GitHub</a></li>
Expand Down

0 comments on commit 2debab4

Please sign in to comment.