Skip to content

Commit 013980e

Browse files
MoonlightSentineldlang-bot
authored andcommitted
Update year in platform-downloads.js
1 parent b913f21 commit 013980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/platform-downloads.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
var html = '';
3131
for (var i = 0; i < files.length; ++i) {
3232
var f = files[i];
33-
var url = 'https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/' + f.name + f.suffix;
33+
var url = 'https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2022/' + f.name + f.suffix;
3434
html += '<a href="' + url + '" class="btn action">Download ' + f.text + '</a>';
3535
}
3636
if (files.length > 1) {

0 commit comments

Comments
 (0)