Skip to content

Commit a4c2f1b

Browse files
authored
Fix the permalink for 1.5.1 (#582)
This is the URL referenced in doc/internals/version-history.md
1 parent e4b0bf5 commit a4c2f1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ redirect 301 /community/libraries/skeletons.html /libraries/skeletons.html
3232
redirect 301 /community/libraries/testing.html /libraries/testing.html
3333
redirect 301 /community/libraries/ /libraries/
3434

35+
redirect 301 /news/2020/11/16/announcing-scalajs-1.5.1/ {{ BASE_PATH }}/news/2021/04/01/announcing-scalajs-1.5.1/
3536
redirect 301 /news/2021-10-07/announcing-scalajs-1.7.1/ {{ BASE_PATH }}/news/2021/10/07/announcing-scalajs-1.7.1/

_posts/news/2021-04-01-announcing-scalajs-1.5.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: Announcing Scala.js 1.5.1
44
category: news
55
tags: [releases]
6-
permalink: /news/2020/11/16/announcing-scalajs-1.5.1/
6+
permalink: /news/2021/04/01/announcing-scalajs-1.5.1/
77
---
88

99

0 commit comments

Comments
 (0)