Skip to content

Commit ecc0573

Browse files
ibuclawdlang-bot
authored andcommitted
Update changelog and downloads links to use https
1 parent 6610d86 commit ecc0573

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

changelog/changelog.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Log</option>
2222
VERSION=
2323
$(DIVC version,
2424
$(P
25-
$(B $(LARGE $(LINK2 http://downloads.dlang.org/releases/2.x/$(VER), Download D $(VER))))$(BR)
25+
$(B $(LARGE $(LINK2 https://downloads.dlang.org/releases/2.x/$(VER), Download D $(VER))))$(BR)
2626
$(SMALL released $1, $2)
2727
)
2828
$4

changelog/prerelease.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION=
22
$(DIVC version,
33
$(P
4-
$(B $(LARGE $(LINK2 http://downloads.dlang.org/pre-releases/2.x/$(VER), Download D $(VER) Beta)))$(BR)
4+
$(B $(LARGE $(LINK2 https://downloads.dlang.org/pre-releases/2.x/$(VER), Download D $(VER) Beta)))$(BR)
55
$(SMALL to be released $1, $2)
66
)
77
$4

download.dd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(TABLEC download-compilers,
99
)
1010
$(TR
1111
$(TD $(LINK2 #dmd, $(IMG compiler-dmd.png)))
12-
$(TD $(LINK2 http://gdcproject.org/downloads, $(IMG compiler-gdc.svg)))
12+
$(TD $(LINK2 https://gdcproject.org/downloads, $(IMG compiler-gdc.svg)))
1313
$(TD $(LINK2 https://github.com/ldc-developers/ldc#installation, $(IMG compiler-ldc.png)))
1414
)
1515
$(TR
@@ -35,7 +35,7 @@ $(TABLEC download-compilers,
3535
$(TD
3636
$(H3 LDC)
3737
$(UL
38-
$(LI $(LINK2 http://llvm.org/, LLVM)-based D compiler)
38+
$(LI $(LINK2 https://llvm.org/, LLVM)-based D compiler)
3939
$(LI Strong optimization)
4040
$(LI
4141
$(LINK2 https://wiki.dlang.org/Build_D_for_Android, Android support)
@@ -49,7 +49,7 @@ $(TABLEC download-compilers,
4949
$(DIVC download-link, $(LINK2 dmd-windows.html, About) &middot; $(LINK2 #dmd, Download))
5050
)
5151
$(TD
52-
$(DIVC download-link, $(LINK2 http://gdcproject.org/, About) &middot; $(LINK2 http://gdcproject.org/downloads, Download))
52+
$(DIVC download-link, $(LINK2 https://gdcproject.org/, About) &middot; $(LINK2 https://gdcproject.org/downloads, Download))
5353
)
5454
$(TD
5555
$(DIVC download-link, $(LINK2 https://wiki.dlang.org/LDC, About) &middot; $(LINK2 https://github.com/ldc-developers/ldc#installation, Download))
@@ -131,7 +131,7 @@ $(DIVC download_channels,
131131
)
132132

133133
$(H3
134-
$(LINK2 http://downloads.dlang.org, Release Archive)
134+
$(LINK2 https://downloads.dlang.org, Release Archive)
135135
)
136136
$(LINK2 gpg_keys.html, GPG keys)$(BR)
137137
$(LINK2 https://github.com/dlang, D on GitHub)
@@ -153,7 +153,7 @@ $(DOWNLOAD_OTHER $(NIX), $(LINK2 https://search.nixos.org/packages?show=dmd&quer
153153
$(LINK2 https://github.com/dukc/oldDDerivations, derivations for building various versions yourself)
154154
)
155155

156-
$(DOWNLOAD_OTHER $(UBUNTU) $(DEBIAN), Ubuntu/Debian, $(LINK2 http://d-apt.sourceforge.net/, APT repository)
156+
$(DOWNLOAD_OTHER $(UBUNTU) $(DEBIAN), Ubuntu/Debian, $(LINK2 https://d-apt.sourceforge.net/, APT repository)
157157
$(CONSOLE sudo wget https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
158158
sudo apt-get update --allow-insecure-repositories
159159
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
@@ -188,9 +188,9 @@ $(H2 Other Downloads)
188188
$(UL
189189
$(LI $(LINK2 https://github.com/dlang/visuald/releases, VisualD - D Plugin for Visual Studio))
190190

191-
$(LI $(LINK2 http://dlang.org/spec/spec.html, D Programming Language Specification): $(BTN https://dlang.org/dlangspec.mobi, mobi))
191+
$(LI $(LINK2 https://dlang.org/spec/spec.html, D Programming Language Specification): $(BTN https://dlang.org/dlangspec.mobi, mobi))
192192

193-
$(LI $(LINK2 http://www.digitalmars.com/download/freecompiler.html, Digital Mars C and C++ Compiler Downloads))
193+
$(LI $(LINK2 https://www.digitalmars.com/download/freecompiler.html, Digital Mars C and C++ Compiler Downloads))
194194
)
195195
)
196196

0 commit comments

Comments
 (0)