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
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 :)