diff --git a/reference/5.0/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/5.0/Microsoft.PowerShell.Management/Get-Clipboard.md index b27cf0789391..3101a687120e 100644 --- a/reference/5.0/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/5.0/Microsoft.PowerShell.Management/Get-Clipboard.md @@ -35,7 +35,7 @@ This command displays the contents of the clipboard to the command-line. ### Example 2: Get the content of the clipboard and display it to the command-line ``` PS C:\> Get-Clipboard -http://upload.wikimedia.org/wikipedia/en/7/7f/Windows_PowerShell_icon.png +https://en.wikipedia.org/wiki/PowerShell ``` This command displays the link, as a URL, of the image that is stored in the clipboard. diff --git a/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md b/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md index b27cf0789391..3101a687120e 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md @@ -35,7 +35,7 @@ This command displays the contents of the clipboard to the command-line. ### Example 2: Get the content of the clipboard and display it to the command-line ``` PS C:\> Get-Clipboard -http://upload.wikimedia.org/wikipedia/en/7/7f/Windows_PowerShell_icon.png +https://en.wikipedia.org/wiki/PowerShell ``` This command displays the link, as a URL, of the image that is stored in the clipboard.