From 6cfcd2e1baf314842714618adff16504a3f73789 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 9 Jul 2016 19:48:14 +0200 Subject: Clean up links, repository-wide (#117) * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links --- dist/mcode/winbuild.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/mcode') diff --git a/dist/mcode/winbuild.ps1 b/dist/mcode/winbuild.ps1 index 0c4c83d44..5d154c28f 100644 --- a/dist/mcode/winbuild.ps1 +++ b/dist/mcode/winbuild.ps1 @@ -113,7 +113,7 @@ if ($PSCmdlet.MyInvocation.BoundParameters["Debug"].IsPresent) { $Script_Enabl if ($PSCmdlet.MyInvocation.BoundParameters["Verbose"].IsPresent) { $Script_EnableVerbose = $true } # Author: Ed Wilson -# Source: http://blogs.technet.com/b/heyscriptingguy/archive/2011/07/23/use-powershell-to-modify-your-environmental-path.aspx +# Source: https://blogs.technet.com/b/heyscriptingguy/archive/2011/07/23/use-powershell-to-modify-your-environmental-path.aspx function Add-Path ( [parameter(Mandatory=$True,ValueFromPipeline=$True,Position=0)] [string]$AddedFolder @@ -141,7 +141,7 @@ function Add-Path } # Author: Ed Wilson -# Source: http://blogs.technet.com/b/heyscriptingguy/archive/2011/07/23/use-powershell-to-modify-your-environmental-path.aspx +# Source: https://blogs.technet.com/b/heyscriptingguy/archive/2011/07/23/use-powershell-to-modify-your-environmental-path.aspx function Remove-Path ( [parameter(Mandatory=$True,ValueFromPipeline=$True,Position=0)] [string]$RemovedFolder -- cgit v1.2.3