PowerShell-Docs icon indicating copy to clipboard operation
PowerShell-Docs copied to clipboard

Xref links resolving to previous-versions content in localized content

Open sdwheeler opened this issue 4 years ago • 1 comments

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

sdwheeler avatar Aug 11 '21 16:08 sdwheeler

Related internal work items:

  • https://dev.azure.com/ceapex/Engineering/_workitems/edit/353202
  • https://ceapex.visualstudio.com/CEINTL/_workitems/edit/408280

sdwheeler avatar Aug 11 '21 16:08 sdwheeler

This is fixed in the LOC pipeline.

sdwheeler avatar Sep 12 '22 13:09 sdwheeler