Skip to content

Commit 23d931e

Browse files
committed
fix redirects
1 parent 7955ab5 commit 23d931e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const config = {
9696
to: "/blog/2019/12/06/cfep09/",
9797
},
9898
{
99-
from: "/blog/posts/2020-02-04-gsoc/",
99+
from: "/blog/posts/2020-02-04-GSoC/",
100100
to: "/blog/2020/02/04/gsoc/",
101101
},
102102
{
@@ -116,7 +116,7 @@ const config = {
116116
to: "/blog/2020/07/06/scipy-bof/",
117117
},
118118
{
119-
from: "/blog/posts/2020-07-11-r-4/",
119+
from: "/blog/posts/2020-07-11-R-4/",
120120
to: "/blog/2020/07/11/r-4/",
121121
},
122122
{

0 commit comments

Comments
 (0)