Skip to content

Commit

Permalink
Update docs-common-redirects.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jul 9, 2024
1 parent 899dfae commit f8e4365
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/frontpage/redirects/docs-common-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,9 @@ export const docsCommonRedirects: RedirectData[] = [
destination: '/docs/faq',
permanent: true,
},
// TODO: Fix - This is a 404
{
source: '/docs/basics/live-examples',
destination:
'https://github.com/storybookjs/storybook/blob/next/examples/README.md',
destination: 'https://github.com/storybookjs/sandboxes',
permanent: true,
},
{
Expand Down

0 comments on commit f8e4365

Please sign in to comment.