Skip to content

Commit 647c74f

Browse files
authored
Merge pull request #57 from Lemmmy/lemmmy/update-wiki-url
docs: replace wiki.computercraft.cc with tweaked.cc
2 parents 0fc0a67 + 987c388 commit 647c74f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

faqs/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ __underlined text__,
1818
:regional_indicator_e: :regional_indicator_m: :regional_indicator_o: :regional_indicator_j: :regional_indicator_i:
1919

2020
Make sure to write in understandable British English, Wiki-style.
21-
Refer to your sources of information where possible, preferably to [wiki.computercraft.cc](https://wiki.computercraft.cc) articles.
21+
Refer to your sources of information where possible, preferably to [tweaked.cc](https://tweaked.cc) articles.
2222
The text must be concise, brief and comfortable to read.

faqs/turtle_fuel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Moving will consume 1 fuel unit per block moved.
99
**Turtle refueling:**
1010
You can refuel a turtle by inserting a Minecraft fuel item like lava or coal into its inventory.
1111
By executing `turtle.refuel()`, the Turtle will attempt to refuel by consuming items from the currently selected slot.
12-
*See [turtle.refuel on wiki.computercraft.cc](https://wiki.computercraft.cc/Turtle.refuel) for more information.*
12+
*See [turtle.refuel on tweaked.cc](https://tweaked.cc/module/turtle.html#v:refuel) for more information.*
1313

1414
**Turtle fuel checking:**
1515
You can use `turtle.getFuelLevel()` to get the amount of fuel units (block moves) the turtle currently holds.
16-
*See [turtle.getFuelLevel on wiki.computercraft.cc](https://wiki.computercraft.cc/Turtle.getFuelLevel) for more information.*
16+
*See [turtle.getFuelLevel on tweaked.cc](https://tweaked.cc/module/turtle.html#v:getFuelLevel) for more information.*
1717

1818

1919
*Fuel requirement can be turned off in `config/computercraft.cfg` by setting `need_fuel` to `false`.*

0 commit comments

Comments
 (0)