Skip to content

Commit

Permalink
website redirects update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 22, 2024
1 parent f58bc84 commit 81b03fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docusaurus-config-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ export const redirects = {
to: '/docs/user',
},
{
from: '/2019/01/19/arm-none-eabi-gcc-v8-2-1-1-2-released/',
to: '/2019/01/20/arm-none-eabi-gcc-v8-2-1-1-2-released/',
from: '/blog/2019/01/19/arm-none-eabi-gcc-v8-2-1-1-2-released/',
to: '/blog/2019/01/20/arm-none-eabi-gcc-v8-2-1-1-2-released/',
},
{
from: '/2019/05/10/arm-none-eabi-gcc-v8-2-1-1-6-released/',
to: '/2019/05/13/arm-none-eabi-gcc-v8-2-1-1-6-released/',
from: '/blog/2019/05/10/arm-none-eabi-gcc-v8-2-1-1-6-released/',
to: '/blog/2019/05/13/arm-none-eabi-gcc-v8-2-1-1-6-released/',
},
],
createRedirects(existingPath) {
Expand Down

0 comments on commit 81b03fa

Please sign in to comment.