From e84fc835e7db935b6550b961ed49d177e34d87af Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Thu, 22 Dec 2022 12:26:04 +0100 Subject: [PATCH] Added shorter links to scripts. --- docs/src/guide/itemscript/README.md | 2 +- docs/src/guide/movescript/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/itemscript/README.md b/docs/src/guide/itemscript/README.md index 153e48d..211af07 100644 --- a/docs/src/guide/itemscript/README.md +++ b/docs/src/guide/itemscript/README.md @@ -7,7 +7,7 @@ The Itemscript module provides a flexible, powerful interface for managing a tur To install this module, run the following command from your turtle's console: ```shell -wget https://raw.githubusercontent.com/andrewlalis/movescript/main/min/itemscript.lua +wget https://andrewlalis.github.io/movescript/scripts/itemscript.lua ``` And then use it in a script: diff --git a/docs/src/guide/movescript/README.md b/docs/src/guide/movescript/README.md index 560fce4..85d7832 100644 --- a/docs/src/guide/movescript/README.md +++ b/docs/src/guide/movescript/README.md @@ -7,7 +7,7 @@ The Movescript module provides a simple interface for executing *movescript sour To install this module, run the following command from your turtle's console: ```shell -wget https://raw.githubusercontent.com/andrewlalis/movescript/main/min/movescript.lua +wget https://andrewlalis.github.io/movescript/scripts/movescript.lua ``` And then use it in a script: