Skip to content

Commit 786a9f6

Browse files
committed
Lowercase blog post slug
1 parent 48fcde1 commit 786a9f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ object Redirects {
542542
"/blog/2019/05/01/typelevel-switches-to-scala-code-of-conduct.html" -> "/blog/typelevel-switches-to-scala-code-of-conduct.md",
543543
"/blog/2019/05/29/support-typelevel-thanks-to-triplequote-hydra.html" -> "/blog/support-typelevel-thanks-to-triplequote-hydra.md",
544544
"/blog/2019/09/05/jdg.html" -> "/blog/jdg.md",
545-
"/blog/2019/11/13/Update-about-sustainability-program.html" -> "/blog/Update-about-sustainability-program.md",
545+
"/blog/2019/11/13/Update-about-sustainability-program.html" -> "/blog/update-about-sustainability-program.md",
546546
"/blog/2020/06/17/confronting-racism.html" -> "/blog/confronting-racism.md",
547547
"/blog/2020/10/30/concurrency-in-ce3.html" -> "/blog/concurrency-in-ce3.md",
548548
"/blog/2021/02/21/fibers-fast-mkay.html" -> "/blog/fibers-fast-mkay.md",
@@ -574,6 +574,7 @@ object Redirects {
574574
"/blog/social/index.html" -> "/blog/README.md",
575575
"/blog/technical/index.html" -> "/blog/README.md",
576576
"/blog/summits/index.html" -> "/blog/README.md",
577+
"/blog/Update-about-sustainability-program.html" -> "/blog/update-about-sustainability-program.md",
577578
"/code-of-conduct.html" -> "/code-of-conduct/README.md",
578579
"/conduct.html" -> "/code-of-conduct/README.md",
579580
"/event/2016-03-summit-philadelphia/index.html" -> "/blog/summit-philadelphia-2016-03-02.md",
File renamed without changes.

0 commit comments

Comments
 (0)