File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
minor = 3
5
5
patch = 0
6
6
status = "dev"
7
- doc_branch = "master "
7
+ doc_branch = "latest "
8
8
godot_cpp_ref = "godot-4.3-stable"
9
9
10
10
# Code that generates version header
Original file line number Diff line number Diff line change @@ -575,19 +575,19 @@ inline void _open_online_doc_page(const String &p_page) {
575
575
}
576
576
577
577
void LimboUtility::open_doc_introduction () {
578
- _open_online_doc_page (" getting-started /introduction.html" );
578
+ _open_online_doc_page (" behavior-trees /introduction.html" );
579
579
}
580
580
581
581
void LimboUtility::open_doc_online () {
582
582
_open_online_doc_page (" index.html" );
583
583
}
584
584
585
585
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" );
587
587
}
588
588
589
589
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" );
591
591
}
592
592
593
593
void LimboUtility::open_doc_class (const String &p_class_name) {
You can’t perform that action at this time.
0 commit comments