Skip to content

Commit

Permalink
docs: fix broken link (t3-oss#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaileshem committed Feb 1, 2024
1 parent 5ff8865 commit 64c5017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/trpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ You'll notice we use `superjson` as [data transformer](https://trpc.io/docs/v10/

### 📄 `server/api/routers/*.ts`

This is where you define the routes and procedures of your API. By convention, you [create separate routers](https://trpc.io/docs/v10/router) for related procedures.
This is where you define the routes and procedures of your API. By convention, you [create separate routers](https://trpc.io/docs/v10/server/routers) for related procedures.

### 📄 `server/api/root.ts`

Expand Down

0 comments on commit 64c5017

Please sign in to comment.