Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 0006f2e

Browse files
authored
Update godot docs link
1 parent 0b32618 commit 0006f2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Nightly Builds
7575
TODO
7676
-----
7777
- Finish v2 documentation
78-
- LuaJIT and Lua 5.1 support for GDExtension
7978
- Workaround for lack of CallableCustoms in GDExtension
8079
- More up to date todo list on the v2 [project](https://github.com/WeaselGames/lua/projects/1)
8180

@@ -85,7 +84,7 @@ This build is for godot 4.0-stable.
8584
- Start by cloning the Godot 4.0-stable [source](https://github.com/godotengine/godot) with this command `git clone -b 4.0 https://github.com/godotengine/godot`
8685
- Next change directories into the modules folder and clone this repo into a folder named luaAPI with this command `git clone --recurse-submodules https://github.com/WeaselGames/godot_luaAPI luaAPI`. Make sure to use --recurse-submodules to pull the submodules as well.
8786

88-
- Now you can follow the Godot build instructions on their [site](https://docs.godotengine.org/en/latest/development/compiling).
87+
- Now you can follow the Godot build instructions on their [site](https://docs.godotengine.org/en/stable/contributing/development/compiling).
8988

9089
Getting Started
9190
------------

0 commit comments

Comments
 (0)