Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-monorepo/apps/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This backend workspace is designed to help you build production-ready APIs with
<tr>
<td><strong>Type Safety</strong></td>
<td>
<a href="https://tuyau.dev">Tuyau</a> - End-to-end type safety for API calls
<a href="https://docs.adonisjs.com/guides/frontend/api-client">Tuyau</a> - End-to-end type safety for API calls
</td>
</tr>
<tr>
Expand Down Expand Up @@ -162,7 +162,7 @@ Your API will be running at `http://localhost:3333`
<span>Complete guide to AdonisJS</span>
</td>
<td>
<a href="https://tuyau.dev"><strong>πŸ”’ Tuyau</strong></a>
<a href="https://docs.adonisjs.com/guides/frontend/api-client"><strong>πŸ”’ Tuyau</strong></a>
<br>
<span>Type-safe API calls</span>
</td>
Expand Down
2 changes: 1 addition & 1 deletion api-monorepo/apps/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ NUXT_PUBLIC_API_URL=http://localhost:3333

## πŸ“– Learn More

- [Tuyau Documentation](https://tuyau.dev) - Type-safe API clients
- [Tuyau Documentation](https://docs.adonisjs.com/guides/frontend/api-client) - Type-safe API clients
- [TanStack Start Documentation](https://tanstack.com/start) - TanStack Start framework
- [Nuxt Documentation](https://nuxt.com) - Nuxt framework
- [AdonisJS Documentation](https://docs.adonisjs.com) - Backend framework
Expand Down
4 changes: 2 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This starter kit is designed to help you build production-ready APIs with Adonis
<tr>
<td><strong>Type Safety</strong></td>
<td>
<a href="https://tuyau.dev">Tuyau</a> - End-to-end type safety for API calls
<a href="https://docs.adonisjs.com/guides/frontend/api-client">Tuyau</a> - End-to-end type safety for API calls
</td>
</tr>
<tr>
Expand Down Expand Up @@ -149,7 +149,7 @@ Your API will be running at `http://localhost:3333`
<span>Complete guide to AdonisJS</span>
</td>
<td>
<a href="https://tuyau.dev"><strong>πŸ”’ Tuyau</strong></a>
<a href="https://docs.adonisjs.com/guides/frontend/api-client"><strong>πŸ”’ Tuyau</strong></a>
<br>
<span>Type-safe API calls</span>
</td>
Expand Down
4 changes: 2 additions & 2 deletions inertia-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This starter kit is designed to help you build production-ready single-page appl
<tr>
<td><strong>Type Safety</strong></td>
<td>
<a href="https://tuyau.dev">Tuyau</a> - End-to-end type safety for routes and API calls
<a href="https://docs.adonisjs.com/guides/frontend/api-client">Tuyau</a> - End-to-end type safety for routes and API calls
</td>
</tr>
<tr>
Expand Down Expand Up @@ -194,7 +194,7 @@ Your app will be running at `http://localhost:3333`
<span>Modern React with hooks</span>
</td>
<td>
<a href="https://tuyau.dev"><strong>πŸ”’ Tuyau</strong></a>
<a href="https://docs.adonisjs.com/guides/frontend/api-client"><strong>πŸ”’ Tuyau</strong></a>
<br>
<span>Type-safe routing and API calls</span>
</td>
Expand Down
4 changes: 2 additions & 2 deletions inertia-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ This starter kit is designed to help you build production-ready single-page appl
<tr>
<td><strong>Type Safety</strong></td>
<td>
<a href="https://tuyau.dev">Tuyau</a> - End-to-end type safety for routes and API calls
<a href="https://docs.adonisjs.com/guides/frontend/api-client">Tuyau</a> - End-to-end type safety for routes and API calls
</td>
</tr>
<tr>
Expand Down Expand Up @@ -194,7 +194,7 @@ Your app will be running at `http://localhost:3333`
<span>Modern Vue with Composition API</span>
</td>
<td>
<a href="https://tuyau.dev"><strong>πŸ”’ Tuyau</strong></a>
<a href="https://docs.adonisjs.com/guides/frontend/api-client"><strong>πŸ”’ Tuyau</strong></a>
<br>
<span>Type-safe routing and API calls</span>
</td>
Expand Down