Skip to content
Snippets Groups Projects
Commit 1e033701 authored by Ticki's avatar Ticki
Browse files

More fixes

parent ea18c251
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
- [URLs](./design/url/urls.md)
- [Aren't they weakly typed?]()
- [Aren't they confusing?]()
- [How it works under the hood ](./design/url/how_it_works.md)
- [How it works under the hood](./design/url/how_it_works.md)
- [Schemes](./design/scheme/schemes.md)
- [Writing your own scheme](./design/scheme/writing_a_scheme.md)
- [Using schemes efficiently]()
......@@ -35,7 +35,7 @@
- [Socket-like](./design/resource/socket_like.md)
- [File-like](./design/resource/file_like..md)
- [Stitching it all together](./design/url_scheme_resource/stiching_it_all_together.md)
- ["Everything is an URL"](./design/url_scheme_resource/everything_is_an_url.md)
- ["Everything is a URL"](./design/url_scheme_resource/everything_is_a_url.md)
- [An example]()
- [The kernel]()
- [Microkernels]()
......@@ -91,7 +91,7 @@
- [Using schemes]()
- [Using Orbital]()
- [Compiling your program]()
- [An full example]()
- [A full example]()
- [Porting a program]()
- [Remove dependencies]()
- [Cross-compiling]()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment