aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2016-07-09 19:48:14 +0200
committertgingold <tgingold@users.noreply.github.com>2016-07-09 19:48:14 +0200
commit6cfcd2e1baf314842714618adff16504a3f73789 (patch)
tree43dbd5963cafd1448f66a625ec292b73d876170f /dist
parentf218907306bb64565ceecae98b1515f979b96737 (diff)
downloadghdl-6cfcd2e1baf314842714618adff16504a3f73789.tar.gz
ghdl-6cfcd2e1baf314842714618adff16504a3f73789.tar.bz2
ghdl-6cfcd2e1baf314842714618adff16504a3f73789.zip
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
Diffstat (limited to 'dist')
-rw-r--r--dist/mcode/winbuild.ps14
1 files changed, 2 insertions, 2 deletions
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