Skip to content

Commit b9b0fd2

Browse files
committed
📘 doc(integration): expo
1 parent 280f34d commit b9b0fd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/integrations/expo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Elysia will work normally as expected because of WinterCG compliance, however, s
4545

4646
You can treat the Elysia server as if normal Expo API route.
4747

48-
With this approach, you can have co-location of both frontend and backend in a single repository and have End-to-end type-safety with Eden with both client-side and server action
48+
With this approach, you can have co-location of both frontend and backend in a single repository and have [End-to-end type safety with Eden](https://elysiajs.com/eden/overview.html) with both client-side and server action
4949

5050
Please refers to [API route](https://docs.expo.dev/router/reference/api-routes/) for more information.
5151

docs/integrations/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Elysia will work normally as expected because of WinterCG compliance, however, s
4040

4141
You can treat the Elysia server as if normal Nextjs API route.
4242

43-
With this approach, you can have co-location of both frontend and backend in a single repository and have End-to-end type-safety with Eden with both client-side and server action
43+
With this approach, you can have co-location of both frontend and backend in a single repository and have [End-to-end type safety with Eden](https://elysiajs.com/eden/overview.html) with both client-side and server action
4444

4545
Please refers to [Nextjs Route Handlers](https://nextjs.org/docs/app/building-your-application/routing/route-handlers#static-route-handlers) for more information.
4646

docs/integrations/sveltekit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const POST: RequestHandler = ({ request }) => app.handle(request);
4141

4242
You can treat the Elysia server as if normal SvelteKit server route.
4343

44-
With this approach, you can have co-location of both frontend and backend in a single repository and have End-to-end type-safety with Eden with both client-side and server action
44+
With this approach, you can have co-location of both frontend and backend in a single repository and have [End-to-end type-safety with Eden](https://elysiajs.com/eden/overview.html) with both client-side and server action
4545

4646
Please refer to [SvelteKit Routing](https://kit.svelte.dev/docs/routing#server) for more information.
4747

0 commit comments

Comments
 (0)