diff --git a/assets/js/application.js b/assets/js/application.js index a589985d69..0610b18cb5 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -475,7 +475,7 @@ var Downloads = { if (window.history && window.history.pushState) { var url = os === '' ? `${baseURLPrefix}downloads/guis` - : `${baseURLPrefix}download/guis?os=${os}`; + : `${baseURLPrefix}downloads/guis?os=${os}`; try { history.pushState(null, $(this).html(), url); } catch (e) { diff --git a/content/downloads/guis/_index.html b/content/downloads/guis/_index.html index 1429c7e91d..819c2a463a 100644 --- a/content/downloads/guis/_index.html +++ b/content/downloads/guis/_index.html @@ -5,6 +5,8 @@ url: /downloads/guis.html aliases: - /downloads/guis/index.html +- /download/guis/index.html +- /download/guis.html ---
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d9a6e9679d..300f8881f3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,7 +13,7 @@ - +

Redirecting…

Click here if you are not redirected. diff --git a/layouts/alias.html b/layouts/alias.html index 2420a1bce3..ad34912f84 100644 --- a/layouts/alias.html +++ b/layouts/alias.html @@ -8,7 +8,7 @@ - +

Redirecting…

Click here if you are not redirected.