Skip to content

Commit

Permalink
update the download links
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenMulkers committed Aug 10, 2020
1 parent f1bcc91 commit 9e0f506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/templates/download-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ <h2> Building mumax3.10 from the source </h2>
var link;

if (platform == "windows") {
link = "http://dynamag.ugent.be/mumax3download/mumax3.10_windows_cuda" + cudaVersion + ".zip";
link = "https://mumax.ugent.be/mumax3-binaries/mumax3.10_windows_cuda" + cudaVersion + ".zip";
} else if (platform == "linux") {
link = "http://dynamag.ugent.be/mumax3download/mumax3.10_linux_cuda" + cudaVersion + ".tar.gz";
link = "https://mumax.ugent.be/mumax3-binaries/mumax3.10_linux_cuda" + cudaVersion + ".tar.gz";
} else {
link = "#";
}
Expand All @@ -128,4 +128,4 @@ <h2> Building mumax3.10 from the source </h2>
</script>

</body>
</html>
</html>

0 comments on commit 9e0f506

Please sign in to comment.