Updated links after moving the repo

This commit is contained in:
2025-02-28 20:11:03 +11:00
parent 9b68589d87
commit a6fc01f7be
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ title: The Toy Programming Language
</div>
<div style="justify-self: center;">
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
<img src="https://github.com/krgamestudios/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
</div>
The Toy Programming Language is an imperative, bytecode-interpreted, embeddable scripting language. Rather than functioning independently, it serves as part of another program, the "host". This design allows for straightforward customization by both the host's developers and end users, achieved by exposing program logic through text files.