From 64c5017f36affb7131bacd6c7c3aacca31e9d102 Mon Sep 17 00:00:00 2001 From: Itai Leshem Date: Thu, 1 Feb 2024 08:13:40 +0200 Subject: [PATCH] docs: fix broken link (#1745) --- www/src/pages/en/usage/trpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/pages/en/usage/trpc.md b/www/src/pages/en/usage/trpc.md index d65f3333a7..6285346d32 100644 --- a/www/src/pages/en/usage/trpc.md +++ b/www/src/pages/en/usage/trpc.md @@ -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`