From 9408a4b0c558145907680643d8e582c1ae133cbc Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:55:16 +0530 Subject: [PATCH] docs: fix broken zodValidator/valibotValidator API doc links Two broken `tanstack.com/router/latest/docs/.../zodValidator` and `.../valibotValidator` API doc links (404). The corresponding API pages were retired in a recent refactor of the API docs. Replaced both with the GitHub source-code paths for the adapter packages (`packages/zod-adapter` and `packages/valibot-adapter`), which are the canonical home for the adapter code and remain the place to file issues or read the implementation. --- docs/router/how-to/setup-basic-search-params.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/router/how-to/setup-basic-search-params.md b/docs/router/how-to/setup-basic-search-params.md index e85579f5f4..9c893f6b94 100644 --- a/docs/router/how-to/setup-basic-search-params.md +++ b/docs/router/how-to/setup-basic-search-params.md @@ -427,7 +427,7 @@ After setting up basic search parameters, you might want to: - [Valibot Documentation](https://valibot.dev/) - Lightweight validation library - [Yup Documentation](https://github.com/jquense/yup) - Object schema validation - **TanStack Router:** - - [TanStack Zod Adapter](https://tanstack.com/router/latest/docs/framework/react/api/router/zodValidator) - Official Zod adapter - - [TanStack Valibot Adapter](https://tanstack.com/router/latest/docs/framework/react/api/router/valibotValidator) - Official Valibot adapter + - [TanStack Zod Adapter](https://github.com/TanStack/router/tree/main/packages/zod-adapter) - Official Zod adapter (the API doc page for `zodValidator` was retired; the GitHub repo is the canonical home) + - [TanStack Valibot Adapter](https://github.com/TanStack/router/tree/main/packages/valibot-adapter) - Official Valibot adapter (the API doc page for `valibotValidator` was retired; the GitHub repo is the canonical home) - [Search Parameters Guide](../guide/search-params.md) - Comprehensive search parameters documentation - [Type Safety Guide](../guide/type-safety.md) - Understanding TanStack Router's type safety