summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-01-14 19:38:00 +0300
committerYuri Sizov <yuris@humnom.net>2023-01-14 19:38:00 +0300
commit4c1f11944ebfe1204f21c6ac488c7a2294e1d520 (patch)
tree7592075da36adf56516b22977f8624d65c76e3ae /editor/editor_help.cpp
parent60d031777b2a922cba03210181c9ba7ad3a6f3ab (diff)
Update all outdated online documentation links
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp
index 5baa58873e..9b1a5e028b 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -41,7 +41,7 @@
#include "editor/plugins/script_editor_plugin.h"
#include "scene/gui/line_edit.h"
-#define CONTRIBUTE_URL vformat("%s/community/contributing/updating_the_class_reference.html", VERSION_DOCS_URL)
+#define CONTRIBUTE_URL vformat("%s/contributing/documentation/updating_the_class_reference.html", VERSION_DOCS_URL)
DocTools *EditorHelp::doc = nullptr;