X Tutup
Skip to content

Editor: Fix 'More Info…' link in Export/Encryption#111302

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
hijawesam:fix/encryption-docs-link
Oct 6, 2025
Merged

Editor: Fix 'More Info…' link in Export/Encryption#111302
Repiteo merged 1 commit intogodotengine:masterfrom
hijawesam:fix/encryption-docs-link

Conversation

@hijawesam
Copy link
Contributor

Problem
The More Info… button in Project → Export → [any preset] → Encryption opens a 404.
The link still points to the old docs path:
.../contributing/development/compiling/compiling_with_script_encryption_key.html

Solution
Update the path to the current location in the docs:
.../engine_details/development/compiling/compiling_with_script_encryption_key.html

The URL is built with GODOT_VERSION_DOCS_URL, so it resolves to the running editor’s version (e.g. en/latest for dev builds, or en/4.5 for stable).

Changed file

editor/export/project_export.cpp (1 line)

Testing

  • Built the editor on Windows.
  • Opened any project → Project → Export… → Add… → Windows Desktop → Encryption tab → More Info….
  • Browser opens the “Compiling with PCK encryption key” page under engine_details/....
  • Verified both dev (en/latest) and stable (en/4.x) builds resolve correctly.

Risk
Very low; editor-only change, no runtime impact.

Fixes
Fixes #111108.

@hijawesam hijawesam requested a review from a team October 5, 2025 20:11
@AThousandShips AThousandShips changed the title editor: Fix 'More Info…' link in Export/Encryption (Fixes #111108) Editor: Fix 'More Info…' link in Export/Encryption Oct 5, 2025
@AThousandShips AThousandShips added this to the 4.6 milestone Oct 6, 2025
@Repiteo Repiteo merged commit ce98fae into godotengine:master Oct 6, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 6, 2025

Thanks! Congratulations on your first merged contribution! 🎉

@bruvzg bruvzg added the cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release label Oct 16, 2025
@akien-mga
Copy link
Member

Cherry-picked for 4.5.2.

@akien-mga akien-mga removed the cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

404 when you click on "More Info..." in the Export dialog Encryption tab

7 participants

X Tutup