From 98a018a25a34237f0aaa3f1530407c9525530365 Mon Sep 17 00:00:00 2001 From: blakehawkins Date: Tue, 2 Aug 2022 15:52:35 +0100 Subject: [PATCH 1/2] Fix the permalink for 1.5.1 This is the URI referenced in https://github.com/scala-js/scala-js-website/blob/main/doc/internals/version-history.md --- _posts/news/2021-04-01-announcing-scalajs-1.5.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/news/2021-04-01-announcing-scalajs-1.5.1.md b/_posts/news/2021-04-01-announcing-scalajs-1.5.1.md index e247e39f..d6ad12a2 100644 --- a/_posts/news/2021-04-01-announcing-scalajs-1.5.1.md +++ b/_posts/news/2021-04-01-announcing-scalajs-1.5.1.md @@ -3,7 +3,7 @@ layout: post title: Announcing Scala.js 1.5.1 category: news tags: [releases] -permalink: /news/2020/11/16/announcing-scalajs-1.5.1/ +permalink: /news/2021/04/01/announcing-scalajs-1.5.1/ --- From ac865fdfb90ec28a7875bb4d68345d679f58ad62 Mon Sep 17 00:00:00 2001 From: blakehawkins Date: Wed, 3 Aug 2022 23:13:40 +0100 Subject: [PATCH 2/2] add permanent redirect --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 931b1a95..9ea6d6a0 100644 --- a/.htaccess +++ b/.htaccess @@ -32,4 +32,5 @@ redirect 301 /community/libraries/skeletons.html /libraries/skeletons.html redirect 301 /community/libraries/testing.html /libraries/testing.html redirect 301 /community/libraries/ /libraries/ +redirect 301 /news/2020/11/16/announcing-scalajs-1.5.1/ {{ BASE_PATH }}/news/2021/04/01/announcing-scalajs-1.5.1/ redirect 301 /news/2021-10-07/announcing-scalajs-1.7.1/ {{ BASE_PATH }}/news/2021/10/07/announcing-scalajs-1.7.1/