Skip to content

Commit 6d25707

Browse files
committed
link to download the macOS pkg installer
1 parent cb2eb50 commit 6d25707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/sumo-theme/layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-win64-{{ $.Site.Params.Version }}.msi";
3535
}
3636
if (navigator.appVersion.indexOf("Mac") != -1) {
37-
Name = "SUMO {{ $.Site.Params.Version }} for macOS";
38-
DownloadLink = "{{ $.Site.Params.docsURL }}/Downloads.php#macos";
37+
Name = "SUMO {{ $.Site.Params.Version }} pkg installer for macOS";
38+
DownloadLink = "https://sumo.dlr.de/releases/{{ $.Site.Params.Version }}/sumo-{{ $.Site.Params.Version }}.pkg";
3939
}
4040
if (navigator.appVersion.indexOf("X11") != -1) {
4141
Name = "SUMO {{ $.Site.Params.Version }} for Linux";

0 commit comments

Comments
 (0)