Skip to content

Commit ef63d2e

Browse files
committed
README: Add link to 4.5 branch and fix link to Godot compile docs
Signed-off-by: Thomas Staudinger <Staudi.Kaos@gmail.com>
1 parent 0974e97 commit ef63d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
> from Godot's `master` branch.
88
>
99
> For users of stable branches, switch to the branch matching your target Godot version:
10+
> - [`4.5`](https://github.com/godotengine/godot-cpp/tree/4.5)
1011
> - [`4.4`](https://github.com/godotengine/godot-cpp/tree/4.4)
1112
> - [`4.3`](https://github.com/godotengine/godot-cpp/tree/4.3)
1213
> - [`4.2`](https://github.com/godotengine/godot-cpp/tree/4.2)
@@ -66,7 +67,7 @@ wish to help out, please visit the [godot-cpp section of the Contributing docs](
6667

6768
## Getting started
6869

69-
You need the same C++ pre-requisites installed that are required for the `godot` repository. Follow the [official build instructions for your target platform](https://docs.godotengine.org/en/latest/contributing/development/compiling/index.html#building-for-target-platforms).
70+
You need the same C++ pre-requisites installed that are required for the `godot` repository. Follow the [official build instructions for your target platform](https://docs.godotengine.org/en/latest/engine_details/development/compiling/index.html).
7071

7172
Getting started with GDExtensions is a bit similar to what it was for 3.x but also a bit different.
7273

0 commit comments

Comments
 (0)