Skip to content

Commit fb89165

Browse files
authored
Merge pull request #593 from gzm0/fix-permalink
Fix the permalink for 1.12.0 release notes
2 parents 30f1c48 + 9cd512b commit fb89165

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
@@ -34,3 +34,4 @@ redirect 301 /community/libraries/ /libraries/
3434

3535
redirect 301 /news/2020/11/16/announcing-scalajs-1.5.1/ {{ BASE_PATH }}/news/2021/04/01/announcing-scalajs-1.5.1/
3636
redirect 301 /news/2021-10-07/announcing-scalajs-1.7.1/ {{ BASE_PATH }}/news/2021/10/07/announcing-scalajs-1.7.1/
37+
redirect 301 /news/2022/09/15/announcing-scalajs-1.12.0/ {{ BASE_PATH }}/news/2022/11/23/announcing-scalajs-1.12.0/

_posts/news/2022-11-23-announcing-scalajs-1.12.0.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.12.0
44
category: news
55
tags: [releases]
6-
permalink: /news/2022/09/15/announcing-scalajs-1.12.0/
6+
permalink: /news/2022/11/23/announcing-scalajs-1.12.0/
77
---
88

99

0 commit comments

Comments
 (0)