Skip to content

Commit

Permalink
filip(fix): fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed May 1, 2024
1 parent a5c0683 commit f920f65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,18 +277,18 @@ export const redirects = [
},
{
to: 'https://www.essentialcardano.io/',
from: '/community/essential-cardano/',
from: '/community/essential-cardano',
},
{
to: 'https://cardano.stackexchange.com/',
from: '/community/cardano-stack-exchange/',
from: '/community/cardano-stack-exchange',
},
{
to: 'https://cardano.org/ambassadors/',
from: '/community/ambassador-program/',
from: '/community/ambassador-program',
},
{
to: 'https://iohk.zendesk.com/hc/en-us',
from: '/community/getting-support/',
from: '/community/getting-support',
},
]

0 comments on commit f920f65

Please sign in to comment.