From 75f814a99fe8143fcbf31e8bb5c6c7a5aece9fda Mon Sep 17 00:00:00 2001 From: Anthony Foxclaw <35226681+tonytins@users.noreply.github.com> Date: Thu, 6 Feb 2020 20:43:19 -0500 Subject: [PATCH] Fixed README links --- README.md | 2 +- docs/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 336cbbe..e6b7fab 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.md b/docs/README.md index d38a4c8..e33b8b7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 |