From 65fbff15e88a92aade7b5adb486dd6dfb41ce770 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 30 Jan 2018 11:24:23 +0100 Subject: [PATCH] Use a working URL in Clipboard examples --- reference/5.0/Microsoft.PowerShell.Management/Get-Clipboard.md | 2 +- reference/5.1/Microsoft.PowerShell.Management/Get-Clipboard.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.