From 1944995c3388a46099a28c4e68e2e62285294354 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Tue, 11 Jun 2024 20:27:06 +0100 Subject: [PATCH] Update CCF links to my mirror --- doc/index.md | 2 +- doc/mod-page.md | 2 +- .../src/main/resources/data/computercraft/lua/rom/apis/gps.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.md b/doc/index.md index efa1a28d4..ed70ab070 100644 --- a/doc/index.md +++ b/doc/index.md @@ -38,7 +38,7 @@ little daunting getting started. Thankfully, there's several fantastic tutorials - [Direwolf20's ComputerCraft tutorials](https://www.youtube.com/watch?v=wrUHUhfCY5A "ComputerCraft Tutorial Episode 1 - HELP! and Hello World") - [Sethbling's ComputerCraft series](https://www.youtube.com/watch?v=DSsx4VSe-Uk "Programming Tutorial with Minecraft Turtles -- Ep. 1: Intro to Turtles and If-Then-Else_End") - - [Lyqyd's Computer Basics 1](http://www.computercraft.info/forums2/index.php?/topic/15033-computer-basics-i/ "Computer Basics I") + - [Lyqyd's Computer Basics 1](https://ccf.squiddev.cc/forums2/index.php?/topic/15033-computer-basics-i/ "Computer Basics I") Once you're a little more familiar with the mod, the sidebar and links below provide more detailed documentation on the various APIs and peripherals provided by the mod. diff --git a/doc/mod-page.md b/doc/mod-page.md index 239777978..4002ba246 100644 --- a/doc/mod-page.md +++ b/doc/mod-page.md @@ -45,7 +45,7 @@ little daunting getting started. Thankfully, there's several fantastic tutorials - [Direwolf20's ComputerCraft tutorials](https://www.youtube.com/watch?v=wrUHUhfCY5A "ComputerCraft Tutorial Episode 1 - HELP! and Hello World") - [Sethbling's ComputerCraft series](https://www.youtube.com/watch?v=DSsx4VSe-Uk "Programming Tutorial with Minecraft Turtles -- Ep. 1: Intro to Turtles and If-Then-Else_End") - - [Lyqyd's Computer Basics 1](http://www.computercraft.info/forums2/index.php?/topic/15033-computer-basics-i/ "Computer Basics I") + - [Lyqyd's Computer Basics 1](https://ccf.squiddev.cc/forums2/index.php?/topic/15033-computer-basics-i/ "Computer Basics I") Once you're a little more familiar with the mod, the [wiki](https://tweaked.cc/) provides more detailed documentation on the various APIs and peripherals provided by the mod. diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/gps.lua b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/gps.lua index d1eafec2c..a884af253 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/gps.lua +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/gps.lua @@ -23,7 +23,7 @@ just the same. For example, you might build a GPS cluster according to [this tutorial][1], using z to account for height, or you might use y to account for height in the way that Minecraft's debug screen displays. -[1]: http://www.computercraft.info/forums2/index.php?/topic/3088-how-to-guide-gps-global-position-system/ +[1]: https://ccf.squiddev.cc/forums2/index.php?/topic/3088-how-to-guide-gps-global-position-system/ @module gps @since 1.31