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: