Skip to content

Commit ce98fae

Browse files
committed
Merge pull request #111302 from hijawesam/fix/encryption-docs-link
Editor: Fix 'More Info…' link in Export/Encryption
2 parents fdc235f + a9d361f commit ce98fae

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)