diff --git a/examples/toast/toast.colors.tsx b/examples/toast/toast.colors.tsx
index bd5b45cc5..dfe545041 100644
--- a/examples/toast/toast.colors.tsx
+++ b/examples/toast/toast.colors.tsx
@@ -112,6 +112,6 @@ export const colors: CodeData = {
code: codeRSC,
},
],
- githubSlug: 'tabs/toast.colors.tsx',
+ githubSlug: 'toast/toast.colors.tsx',
component: ,
};
diff --git a/examples/toast/toast.customDismissal.tsx b/examples/toast/toast.customDismissal.tsx
index 02a8755e5..f17f32dee 100644
--- a/examples/toast/toast.customDismissal.tsx
+++ b/examples/toast/toast.customDismissal.tsx
@@ -58,6 +58,6 @@ export const customDismissal: CodeData = {
language: 'tsx',
code,
},
- githubSlug: 'tabs/toast.customDismissal.tsx',
+ githubSlug: 'toast/toast.customDismissal.tsx',
component: ,
};
diff --git a/examples/toast/toast.feedback.tsx b/examples/toast/toast.feedback.tsx
index 87359ce27..8d3f55fec 100644
--- a/examples/toast/toast.feedback.tsx
+++ b/examples/toast/toast.feedback.tsx
@@ -55,6 +55,6 @@ export const feedback: CodeData = {
code: codeRSC,
},
],
- githubSlug: 'tabs/toast.feedback.tsx',
+ githubSlug: 'toast/toast.feedback.tsx',
component: ,
};
diff --git a/examples/toast/toast.interactive.tsx b/examples/toast/toast.interactive.tsx
index 72b67e09d..e4b47984a 100644
--- a/examples/toast/toast.interactive.tsx
+++ b/examples/toast/toast.interactive.tsx
@@ -109,6 +109,6 @@ export const interactive: CodeData = {
code: codeRSC,
},
],
- githubSlug: 'tabs/toast.interactive.tsx',
+ githubSlug: 'toast/toast.interactive.tsx',
component: ,
};
diff --git a/examples/toast/toast.root.tsx b/examples/toast/toast.root.tsx
index f3241169b..7723a536a 100644
--- a/examples/toast/toast.root.tsx
+++ b/examples/toast/toast.root.tsx
@@ -64,6 +64,6 @@ export const root: CodeData = {
code: codeRSC,
},
],
- githubSlug: 'tabs/toast.root.tsx',
+ githubSlug: 'toast/toast.root.tsx',
component: ,
};
diff --git a/examples/toast/toast.withButton.tsx b/examples/toast/toast.withButton.tsx
index d70e30d91..c19f75336 100644
--- a/examples/toast/toast.withButton.tsx
+++ b/examples/toast/toast.withButton.tsx
@@ -76,6 +76,6 @@ export const withButton: CodeData = {
code: codeRSC,
},
],
- githubSlug: 'tabs/toast.withButton.tsx',
+ githubSlug: 'toast/toast.withButton.tsx',
component: ,
};