Fixed README links

This commit is contained in:
Anthony Foxclaw 2020-02-06 20:43:19 -05:00
parent 850d8b4ead
commit 75f814a99f
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Corten
Corten is a stack-based virtual machine written in Rust as a hobby. It's based on the [Iridium 1](spec.md#Iridium) architecture from Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/).
Corten is a stack-based virtual machine written in Rust as a hobby. It's based on the [Iridium 1](docs/spec.md#Iridium) architecture from Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/).
## Build Status

View file

@ -1,7 +1,11 @@
# Corten
# Welcome
Corten is a stack-based virtual machine written in Rust as a hobby. It's based on the [Iridium 1](spec.md#Iridium) architecture from Fletcher Haynes's [So you want to build a language VM](https://blog.subnetzero.io/post/building-language-vm-part-01/).
## Specifications
See [specifications](spec.md) page.
## Build Status
| Service | Status |