Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Sep 13, 2023
1 parent dca3dd5 commit eab908c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions articleRedirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,18 @@ exports.articleRedirects = [
from: '/shimmer/search',
to: '/search',
},
{
from: '/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/next/smart-contracts',
to: '/learn/smart-contracts/introduction',
},
{
from: '/shimmer/smart-contracts/configuration',
to: '/wasp/configuration',
Expand Down

0 comments on commit eab908c

Please sign in to comment.