We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b913f21 commit 013980eCopy full SHA for 013980e
js/platform-downloads.js
@@ -30,7 +30,7 @@
30
var html = '';
31
for (var i = 0; i < files.length; ++i) {
32
var f = files[i];
33
- var url = 'https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/' + f.name + f.suffix;
+ var url = 'https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022/' + f.name + f.suffix;
34
html += '<a href="' + url + '" class="btn action">Download ' + f.text + '</a>';
35
}
36
if (files.length > 1) {
0 commit comments