Editor: Fix 'More Info…' link in Export/Encryption#111302
Merged
Repiteo merged 1 commit intogodotengine:masterfrom Oct 6, 2025
Merged
Editor: Fix 'More Info…' link in Export/Encryption#111302Repiteo merged 1 commit intogodotengine:masterfrom
Repiteo merged 1 commit intogodotengine:masterfrom
Conversation
fire
approved these changes
Oct 5, 2025
Contributor
|
Thanks! Congratulations on your first merged contribution! 🎉 |
Member
|
Cherry-picked for 4.5.2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Risk
Very low; editor-only change, no runtime impact.
Fixes
Fixes #111108.