We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2eb50 commit 6d25707Copy full SHA for 6d25707
themes/sumo-theme/layouts/index.html
@@ -34,8 +34,8 @@
34
DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-win64-{{ $.Site.Params.Version }}.msi";
35
}
36
if (navigator.appVersion.indexOf("Mac") != -1) {
37
- Name = "SUMO {{ $.Site.Params.Version }} for macOS";
38
- DownloadLink = "{{ $.Site.Params.docsURL }}/Downloads.php#macos";
+ Name = "SUMO {{ $.Site.Params.Version }} pkg installer for macOS";
+ DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-{{ $.Site.Params.Version }}.pkg";
39
40
if (navigator.appVersion.indexOf("X11") != -1) {
41
Name = "SUMO {{ $.Site.Params.Version }} for Linux";
0 commit comments