Skip to content

Commit 02773d6

Browse files
(MAINT) Fix *-VHDSnapshot for updateable help
Prior to this change, the `*-VHDSnapshot` cmdlet reference docs included the links in the related links section as list items, which broke the updateable help build. This change returns the links to one-link-per-paragraph instead.
1 parent 1f0022e commit 02773d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docset/winserver2022-ps/hyper-v/Get-VHDSnapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ This cmdlet returns a **VHDSnapshotInfo** object.
166166

167167
## RELATED LINKS
168168

169-
- [Remove-VHDSnapshot](remove-vhdsnapshot.md)
169+
[Remove-VHDSnapshot](remove-vhdsnapshot.md)

docset/winserver2022-ps/hyper-v/Remove-VHDSnapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
239239

240240
## RELATED LINKS
241241

242-
- [Get-VHDSnapshot](get-vhdsnapshot.md)
242+
[Get-VHDSnapshot](get-vhdsnapshot.md)

0 commit comments

Comments
 (0)