From 252c105afc52e6a44e2229df46b3ad9c6d5d428d Mon Sep 17 00:00:00 2001 From: Pikachu920 <28607612+Pikachu920@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:41:46 -0600 Subject: [PATCH] Point README links to the main branch now that it's merged --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22fd5ab..6d15b3f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Using the action involves two pieces: A good minimal example of how to use skript-test-action can be found on the [skript-reflect](https://github.com/SkriptLang/skript-reflect) repository. The action file is -[here](https://github.com/SkriptLang/skript-reflect/blob/feature/test-scripts/.github/workflows/gradle.yml) and the test scripts -directory is [here](https://github.com/SkriptLang/skript-reflect/tree/feature/test-scripts/src/test/scripts). There isn't +[here](https://github.com/SkriptLang/skript-reflect/blob/2.x/.github/workflows/gradle.yml) and the test scripts +directory is [here](https://github.com/SkriptLang/skript-reflect/tree/2.x/src/test/scripts). There isn't much documentation on how to write test scripts, but they are pretty simple. You can find plenty of examples on the Skript repository [here](https://github.com/SkriptLang/Skript/tree/master/src/test/skript/tests).