From 5978b736190c96877072901c416b8af664e3065e Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 16 Jan 2023 03:01:32 +1100 Subject: [PATCH] fixed broken link --- developing-toy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-toy.md b/developing-toy.md index 51fdc92..019b6a1 100644 --- a/developing-toy.md +++ b/developing-toy.md @@ -26,4 +26,4 @@ There are some strict rules when interpreting these values (mimicking, but not c All interpreter implementations retain the right to reject any bytecode whose header data does not conform to the above specification. -The latest version information can be found in [common.h](https://github.com/Ratstail91/Toy/blob/0.6.0/source/common.h#L7-L10) +The latest version information can be found in [toy_common.h](https://github.com/Ratstail91/Toy/blob/main/source/toy_common.h#L7-L10)