Fix documentation links in the editor

This commit is contained in:
Serhii Snitsaruk 2024-12-29 23:49:52 +01:00
parent a952009293
commit e2e42b90a8
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ major = 1
minor = 3 minor = 3
patch = 0 patch = 0
status = "dev" status = "dev"
doc_branch = "master" doc_branch = "latest"
godot_cpp_ref = "godot-4.3-stable" godot_cpp_ref = "godot-4.3-stable"
# Code that generates version header # Code that generates version header

View File

@ -575,7 +575,7 @@ inline void _open_online_doc_page(const String &p_page) {
} }
void LimboUtility::open_doc_introduction() { void LimboUtility::open_doc_introduction() {
_open_online_doc_page("getting-started/introduction.html"); _open_online_doc_page("behavior-trees/introduction.html");
} }
void LimboUtility::open_doc_online() { void LimboUtility::open_doc_online() {
@ -583,11 +583,11 @@ void LimboUtility::open_doc_online() {
} }
void LimboUtility::open_doc_gdextension_limitations() { void LimboUtility::open_doc_gdextension_limitations() {
_open_online_doc_page("getting-started/gdextension.html#limitations-of-the-gdextension-version"); _open_online_doc_page("getting-started/getting-limboai.html#get-gdextension-version");
} }
void LimboUtility::open_doc_custom_tasks() { void LimboUtility::open_doc_custom_tasks() {
_open_online_doc_page("getting-started/custom-tasks.html"); _open_online_doc_page("behavior-trees/custom-tasks.html");
} }
void LimboUtility::open_doc_class(const String &p_class_name) { void LimboUtility::open_doc_class(const String &p_class_name) {