From 329d085beb02434ef89ba122a43005f014f1a119 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 16 Feb 2023 21:32:46 +1100 Subject: [PATCH] Fixed another broken link --- compiling-toy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiling-toy.md b/compiling-toy.md index 752bd88..caed928 100644 --- a/compiling-toy.md +++ b/compiling-toy.md @@ -1,8 +1,8 @@ # Compiling Toy -This tutorial is a sub-section of [Using Toy](using-toy) that has been spun off into it's own page for the sake of brevity/sanity. It's recommended that you read the main article first. +This tutorial is a sub-section of [Embedding Toy](embedding-toy) that has been spun off into it's own page for the sake of brevity/sanity. It's recommended that you read the main article first. -The exact phases outline here are entirely implementation-dependent - that is, they aren't required, and are simply how the canonical version of Toy works. +The exact phases outlined here are entirely implementation-dependent - that is, they aren't required, and are simply how the canonical version of Toy works. ## How the Compilation works