Fixed README links
This commit is contained in:
parent
850d8b4ead
commit
75f814a99f
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Corten
|
# 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
|
## Build Status
|
||||||
|
|
||||||
|
|
|
@ -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/).
|
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
|
## Build Status
|
||||||
|
|
||||||
| Service | Status |
|
| Service | Status |
|
||||||
|
|
Reference in a new issue