aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/ExamplesArea.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/ExamplesArea.tsx')
-rw-r--r--docs/components/ExamplesArea.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/ExamplesArea.tsx b/docs/components/ExamplesArea.tsx
index 8b38263..c4c7060 100644
--- a/docs/components/ExamplesArea.tsx
+++ b/docs/components/ExamplesArea.tsx
@@ -22,7 +22,7 @@ export const ExamplesArea = ({
name,
}}
target="_blank"
- href={`https://github.com/vercel/turbo/tree/main/examples/${slug}`}
+ href={`https://github.com/retrofor/HydroRoll/tree/main/examples/${slug}`}
/>
))}
</div>