We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdc235f + a9d361f commit ce98faeCopy full SHA for ce98fae
editor/export/project_export.cpp
@@ -584,7 +584,7 @@ void ProjectExportDialog::_enc_filters_changed(const String &p_filters) {
584
}
585
586
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));
+ OS::get_singleton()->shell_open(vformat("%s/engine_details/development/compiling/compiling_with_script_encryption_key.html", GODOT_VERSION_DOCS_URL));
588
589
590
void ProjectExportDialog::_enc_pck_changed(bool p_pressed) {
0 commit comments