From b78886e38617547974a31dfa44acb2b1bd3b2dcb Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 28 Feb 2025 20:06:58 +1100 Subject: [PATCH] Updated links after moving the repo --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 56cdf16..c68eb92 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ -[![Continuous Integration v1.x](https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v1.yml/badge.svg)](https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v1.yml) +[![Continuous Integration v1.x](https://github.com/krgamestudios/Toy/actions/workflows/continuous-integration-v1.yml/badge.svg)](https://github.com/krgamestudios/Toy/actions/workflows/continuous-integration-v1.yml) ***Notice**: These docs are valid for version 1.x only - the version 2 docs can be found at [https://toylang.com/](https://toylang.com/).* @@ -12,7 +12,7 @@ The Toy programming language is an imperative bytecode-intermediate embedded scr The host will provide all of the extensions needed on a case-by-case basis. Script files have the `.toy` file extension, while binary files have the `.tb` file extension. -The Toy reference implementation can be found on [github](https://github.com/Ratstail91/Toy/tree/v1). +The Toy reference implementation can be found on [github](https://github.com/krgamestudios/Toy/tree/v1). ``` fn makeCounter() { //declare a function like this