Skip to content

Commit e2e42b9

Browse files
committed
Fix documentation links in the editor
1 parent a952009 commit e2e42b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

limboai_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
minor = 3
55
patch = 0
66
status = "dev"
7-
doc_branch = "master"
7+
doc_branch = "latest"
88
godot_cpp_ref = "godot-4.3-stable"
99

1010
# Code that generates version header

util/limbo_utility.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -575,19 +575,19 @@ inline void _open_online_doc_page(const String &p_page) {
575575
}
576576

577577
void LimboUtility::open_doc_introduction() {
578-
_open_online_doc_page("getting-started/introduction.html");
578+
_open_online_doc_page("behavior-trees/introduction.html");
579579
}
580580

581581
void LimboUtility::open_doc_online() {
582582
_open_online_doc_page("index.html");
583583
}
584584

585585
void LimboUtility::open_doc_gdextension_limitations() {
586-
_open_online_doc_page("getting-started/gdextension.html#limitations-of-the-gdextension-version");
586+
_open_online_doc_page("getting-started/getting-limboai.html#get-gdextension-version");
587587
}
588588

589589
void LimboUtility::open_doc_custom_tasks() {
590-
_open_online_doc_page("getting-started/custom-tasks.html");
590+
_open_online_doc_page("behavior-trees/custom-tasks.html");
591591
}
592592

593593
void LimboUtility::open_doc_class(const String &p_class_name) {

0 commit comments

Comments
 (0)