Fix: Introduction points to a wrong page

This commit is contained in:
Serhii Snitsaruk 2024-01-17 14:16:35 +01:00
parent 7ccda2736d
commit 242c1f03d7
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ Ref<Shortcut> LimboUtility::get_shortcut(const String &p_path) const {
} }
void LimboUtility::open_doc_introduction() { void LimboUtility::open_doc_introduction() {
OS::get_singleton()->shell_open(vformat("https://limboai.readthedocs.io/en/%s/classes/class_behaviortree.html", OS::get_singleton()->shell_open(vformat("https://limboai.readthedocs.io/en/%s/getting-started/introduction.html",
LIMBO_DOC_VERSION)); LIMBO_DOC_VERSION));
} }