content/overview: fix vere dir links

This commit is contained in:
Matilde Park 2022-06-29 16:38:41 -07:00
parent 1de5dd8c52
commit ecc49d1473

View File

@ -30,15 +30,15 @@ licensed.
## Further Reading
* [C runtime system](/reference/vere/runtime): The Urbit interpreter is built on
* [C runtime system](/reference/runtime/runtime): The Urbit interpreter is built on
a Nock runtime system written in C, `u3`. This section is a relatively complete
description.
* [c3: C in Urbit](/reference/vere/c): Under `u3` is the simple `c3` layer, which
* [c3: C in Urbit](/reference/runtime/c): Under `u3` is the simple `c3` layer, which
is just how we write C in Urbit.
* [u3: Land of nouns](/reference/vere/nouns): The division between `c3` and `u3`
* [u3: Land of nouns](/reference/runtime/nouns): The division between `c3` and `u3`
is that you could theoretically imagine using `c3` as just a generic C
environment. Anything to do with nouns is in `u3`.
* [u3: API overview by prefix](/reference/vere/api): A walkthrough of each of the
* [u3: API overview by prefix](/reference/runtime/api): A walkthrough of each of the
`u3` modules.
* [How to write a jet](/reference/vere/jetting): A jetting guide for new Urbit
* [How to write a jet](/reference/runtime/jetting): A jetting guide for new Urbit
developers.