diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 39a24a8cefcb..7ee4874ced20 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -49,7 +49,7 @@ ">=powershell-5.1" ], "monikerPath": [ - "mapping/MAML2Yaml/monikerMapping.json" + "mapping/monikerMapping.json" ], "monikers": [], "open_to_public_contributors": true, diff --git a/reference/5.1/CimCmdlets/Get-CimSession.md b/reference/5.1/CimCmdlets/Get-CimSession.md index 38af8b1650c7..52a35454ff0b 100644 --- a/reference/5.1/CimCmdlets/Get-CimSession.md +++ b/reference/5.1/CimCmdlets/Get-CimSession.md @@ -53,7 +53,7 @@ For more information about CIM sessions, see ### Example 1: Get CIM sessions from the current PowerShell session -This example creates CIM sessions using [New-CimSession](New-CimSession.md), and then gets the CIM +This example creates CIM sessions using [New-CimSession](New-CimSession.yml), and then gets the CIM sessions using `Get-CimSession`. ```powershell diff --git a/reference/mapping/MAML2Yaml/monikerMapping.json b/reference/mapping/monikerMapping.json similarity index 100% rename from reference/mapping/MAML2Yaml/monikerMapping.json rename to reference/mapping/monikerMapping.json