Office-docs-powershell: Links in Skype cmdlets related links sections are wrong

Created on 12 Oct 2017  路  5Comments  路  Source: MicrosoftDocs/office-docs-powershell

If you browse a cmdlet at https://docs.microsoft.com/en-us/powershell/module/skype/?view=skype-ps, the links in the "Related links" section all seem to be linking back to the page itself.

For instance on https://docs.microsoft.com/en-us/powershell/module/skype/new-csserverapplication?view=skype-ps, the related links are to Set-CsServerApplication and Remove-CsServerApplication, but both links point back to https://docs.microsoft.com/en-us/powershell/module/skype/new-csserverapplication?view=skype-ps instead.

In the .md file it seems to be right with

[Remove-CsConversationHistoryConfiguration]()

[Set-CsConversationHistoryConfiguration]()

This seems to be the case on all (or at least many, everyone I've checked so far) cmdlets

All 5 comments

Confirmed as a bug and I opened an issue with the team that handles the push from GitHub to docs.microsoft.com. Thank you for reporting! I will leave this open until I can get a resolution.

Just a quick update. The format needs to be like this:

[Get-CsDeviceUpdateRule](Get-CsDeviceUpdateRule.md)

I will need to write a program to manipulate these since there are so many. Or if anyone else wants to volunteer to do it. :) I am thinking Python .. plan is to get this done and updated within a couple of weeks. I will update this issue when done and push my code to a repo on my account in case it can help others.

Editing my initial gush of thanks to a more professional one. :)

Thank you very much for the resolution and the pull request! I merged and the links should be working shortly. I am going to use this as a perfect example of the power of an 'open' system and community ownership.

You are very much appreciated!

This is great thanks for the contribution!

Glad to be of any help :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ykuijs picture ykuijs  路  5Comments

BlasMS picture BlasMS  路  4Comments

KevinNSTA picture KevinNSTA  路  4Comments

Archehandoro picture Archehandoro  路  4Comments

aravindmunna picture aravindmunna  路  3Comments