Skip to content

Commit 2f269c7

Browse files
joaopcmcursoragent
andauthored
fix(docs): add missing Community/ prefix to demo preview URLs (#3380)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: João Melo <joaopcm@users.noreply.github.com>
1 parent bbf6e89 commit 2f269c7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/docs/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ your email template when you make changes.
6868
}
6969
```
7070

71-
You can refer to our [demo emails source code](https://demo.react.email/preview/notifications/vercel-invite-user)
71+
You can refer to our [demo emails source code](https://demo.react.email/preview/Community/notifications/vercel-invite-user)
7272
for an example of how we do this with our demo deploy on Vercel.
7373
</Info>
7474

apps/docs/components/tailwind.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Email = () => {
8383
title="Tailwind Demo"
8484
icon="arrow-up-right-from-square"
8585
iconType="duotone"
86-
href="https://demo.react.email/preview/notifications/vercel-invite-user"
86+
href="https://demo.react.email/preview/Community/notifications/vercel-invite-user"
8787
>
8888
See the full demo and source code.
8989
</Card>

apps/docs/contributing/codebase-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ After cloning the [React Email repository](https://github.com/resend/react-email
2727
<td>
2828
Here you can find all of the apps related to our online presence, like:
2929
- this documentation (under [apps/docs](https://github.com/resend/react-email/tree/canary/apps/docs)),
30-
- the demo emails we have on [demo.react.email](https://demo.react.email/preview/notifications/vercel-invite-user)
30+
- the demo emails we have on [demo.react.email](https://demo.react.email/preview/Community/notifications/vercel-invite-user)
3131
(under [apps/demo](https://github.com/resend/react-email/tree/canary/apps/demo))
3232
- the Next app we have for our landing page on [react.email](https://react.email) (under [apps/web](https://github.com/resend/react-email/tree/canary/apps/web))
3333
</td>

apps/docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
{
192192
"anchor": "Templates",
193-
"href": "https://demo.react.email/preview/notifications/vercel-invite-user",
193+
"href": "https://demo.react.email/preview/Community/notifications/vercel-invite-user",
194194
"icon": "arrow-pointer"
195195
}
196196
]

0 commit comments

Comments
 (0)