Skip to content

Commit

Permalink
(MAINT) Fix *-VHDSnapshot for updateable help
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michaeltlombardi committed Jul 31, 2023
1 parent 1f0022e commit 02773d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/hyper-v/Get-VHDSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ This cmdlet returns a **VHDSnapshotInfo** object.

## RELATED LINKS

- [Remove-VHDSnapshot](remove-vhdsnapshot.md)
[Remove-VHDSnapshot](remove-vhdsnapshot.md)
2 changes: 1 addition & 1 deletion docset/winserver2022-ps/hyper-v/Remove-VHDSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

0 comments on commit 02773d6

Please sign in to comment.