Skip to content

Commit a9d361f

Browse files
committed
editor: Fix 'More Info…' link in Export/Encryption (Fixes #111108)
1 parent 06827c9 commit a9d361f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/export/project_export.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ void ProjectExportDialog::_enc_filters_changed(const String &p_filters) {
584584
}
585585

586586
void ProjectExportDialog::_open_key_help_link() {
587-
OS::get_singleton()->shell_open(vformat("%s/contributing/development/compiling/compiling_with_script_encryption_key.html", GODOT_VERSION_DOCS_URL));
587+
OS::get_singleton()->shell_open(vformat("%s/engine_details/development/compiling/compiling_with_script_encryption_key.html", GODOT_VERSION_DOCS_URL));
588588
}
589589

590590
void ProjectExportDialog::_enc_pck_changed(bool p_pressed) {

0 commit comments

Comments
 (0)