From 91c960cd706615c807e59383489ce96adceca013 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 16 Feb 2023 21:27:51 +1100 Subject: [PATCH] Fixed broken link --- embedding-toy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding-toy.md b/embedding-toy.md index f2d0c2e..ba904b8 100644 --- a/embedding-toy.md +++ b/embedding-toy.md @@ -1,6 +1,6 @@ # Embedding Toy -This tutorial assumes that you've managed to embed Toy into your program by following the tutorial [Using Toy](using-toy). +This tutorial assumes that you've managed to embed Toy into your program by following the tutorial [Building Toy](building-toy). Here, we'll look at some ways in which you can utilize Toy's C API within your host program.