Skip to content

Commit

Permalink
Fix typo in showcase links
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 21, 2024
1 parent a15974f commit 30f1dba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/website/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,19 +361,19 @@ export default withMermaid(
items: [
{
text: 'SolidJS',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase/solid-real-world-rick-morty',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase-solid-real-world-rick-morty',
},
{
text: 'React and React Router',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase/react-real-world-pokemons',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase-react-real-world-pokemons',
},
{
text: 'Next.js',
link: 'https://github.com/effector/next/tree/main/apps/playground-app',
},
{
text: 'Forest',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase/forest-real-world-breaking-bad',
link: 'https://github.com/igorkamyshev/farfetched/tree/master/apps/showcase-forest-real-world-breaking-bad',
},
],
},
Expand Down

0 comments on commit 30f1dba

Please sign in to comment.