fix: redirect /system-administration/reset-token to administration/reset-token#1322
Merged
Merged
Conversation
…/reset-token The license token page is linked from the product (A&S Center) as /system-administration/reset-token.html, but the article lives at administration/reset-token.md. Add a redirect in both the EN and DE mkdocs config so the linked URL resolves instead of 404ing.
ljuergenliemke
approved these changes
Jun 17, 2026
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 license token help page is linked from the product (Add-on & Subscription Center) as
/<lang>/system-administration/reset-token.html, but the article actually lives atdocs/<lang>/administration/reset-token.md(URL/<lang>/administration/reset-token.html). The product link therefore 404s.Change
Add a redirect entry to the
redirectsplugin in both language configs so the linked URL resolves to the existing page:config/en/mkdocs.ymlconfig/de/mkdocs.ymlNo content moved, no nav change. Page stays canonical at
administration/reset-token.md; the new mapping just routes the product link there.Test plan
/en/system-administration/reset-token.html-> should redirect to/en/administration/reset-token.html/de/...