PowerShell-Docs
PowerShell-Docs copied to clipboard
Xref links resolving to previous-versions content in localized content
Documentation Issue
This is a continuation of https://github.com/MicrosoftDocs/PowerShell-Docs/issues/7389
- The initial issue is resolved but now the xref links point to outdated content
- This only affects localized content
Also about topics have no TOC built. These are issues with the PowerShell rendering plugin used for localized content.
Context of the issue
Here is an example article containing the problems described:
- https://docs.microsoft.com/de-de/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.1#execution-policy-scope
The link to Set-ExecutionPolicy is written as an xref link in the markdown. On the rendered page, the link goes to:
- https://docs.microsoft.com/de-de/previous-versions/powershell/module/microsoft.powershell.security/set-executionpolicy
The correct URL is:
- https://docs.microsoft.com/de-de/powershell/module/microsoft.powershell.security/set-executionpolicy
Related internal work items:
- https://dev.azure.com/ceapex/Engineering/_workitems/edit/353202
- https://ceapex.visualstudio.com/CEINTL/_workitems/edit/408280
This is fixed in the LOC pipeline.