@@ -9,7 +9,7 @@ $(TABLEC download-compilers,
9
9
)
10
10
$(TR
11
11
$(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)))
13
13
$(TD $(LINK2 https://github.com/ldc-developers/ldc#installation, $(IMG compiler-ldc.png)))
14
14
)
15
15
$(TR
@@ -35,7 +35,7 @@ $(TABLEC download-compilers,
35
35
$(TD
36
36
$(H3 LDC)
37
37
$(UL
38
- $(LI $(LINK2 http ://llvm.org/, LLVM)-based D compiler)
38
+ $(LI $(LINK2 https ://llvm.org/, LLVM)-based D compiler)
39
39
$(LI Strong optimization)
40
40
$(LI
41
41
$(LINK2 https://wiki.dlang.org/Build_D_for_Android, Android support)
@@ -49,7 +49,7 @@ $(TABLEC download-compilers,
49
49
$(DIVC download-link, $(LINK2 dmd-windows.html, About) · $(LINK2 #dmd, Download))
50
50
)
51
51
$(TD
52
- $(DIVC download-link, $(LINK2 http ://gdcproject.org/, About) · $(LINK2 http ://gdcproject.org/downloads, Download))
52
+ $(DIVC download-link, $(LINK2 https ://gdcproject.org/, About) · $(LINK2 https ://gdcproject.org/downloads, Download))
53
53
)
54
54
$(TD
55
55
$(DIVC download-link, $(LINK2 https://wiki.dlang.org/LDC, About) · $(LINK2 https://github.com/ldc-developers/ldc#installation, Download))
@@ -131,7 +131,7 @@ $(DIVC download_channels,
131
131
)
132
132
133
133
$(H3
134
- $(LINK2 http ://downloads.dlang.org, Release Archive)
134
+ $(LINK2 https ://downloads.dlang.org, Release Archive)
135
135
)
136
136
$(LINK2 gpg_keys.html, GPG keys)$(BR)
137
137
$(LINK2 https://github.com/dlang, D on GitHub)
@@ -153,7 +153,7 @@ $(DOWNLOAD_OTHER $(NIX), $(LINK2 https://search.nixos.org/packages?show=dmd&quer
153
153
$(LINK2 https://github.com/dukc/oldDDerivations, derivations for building various versions yourself)
154
154
)
155
155
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)
157
157
$(CONSOLE sudo wget https://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
158
158
sudo apt-get update --allow-insecure-repositories
159
159
sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
@@ -188,9 +188,9 @@ $(H2 Other Downloads)
188
188
$(UL
189
189
$(LI $(LINK2 https://github.com/dlang/visuald/releases, VisualD - D Plugin for Visual Studio))
190
190
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))
192
192
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))
194
194
)
195
195
)
196
196
0 commit comments