From a9d361f88f4014cad6c81a57b1fcfd811bc4500a Mon Sep 17 00:00:00 2001 From: Wesam Date: Sun, 5 Oct 2025 22:28:31 +0300 Subject: [PATCH] =?UTF-8?q?editor:=20Fix=20'More=20Info=E2=80=A6'=20link?= =?UTF-8?q?=20in=20Export/Encryption=20(Fixes=20#111108)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editor/export/project_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/export/project_export.cpp b/editor/export/project_export.cpp index 3aaae95783a..87be9c7fe70 100644 --- a/editor/export/project_export.cpp +++ b/editor/export/project_export.cpp @@ -584,7 +584,7 @@ void ProjectExportDialog::_enc_filters_changed(const String &p_filters) { } void ProjectExportDialog::_open_key_help_link() { - OS::get_singleton()->shell_open(vformat("%s/contributing/development/compiling/compiling_with_script_encryption_key.html", GODOT_VERSION_DOCS_URL)); + OS::get_singleton()->shell_open(vformat("%s/engine_details/development/compiling/compiling_with_script_encryption_key.html", GODOT_VERSION_DOCS_URL)); } void ProjectExportDialog::_enc_pck_changed(bool p_pressed) {