From 75400ca150c3737a4a65f8fc28eafe2c7dd41a62 Mon Sep 17 00:00:00 2001 From: Teodor Adolfsson Date: Fri, 10 Apr 2026 16:29:34 +0200 Subject: [PATCH] Fix relative paths in .agents/index.md Updated links in index.md to use relative paths correctly. --- .agents/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.agents/index.md b/.agents/index.md index c2f5cb24..e0effa92 100644 --- a/.agents/index.md +++ b/.agents/index.md @@ -8,11 +8,11 @@ TanStack.com marketing site built with TanStack Start. - Run `pnpm test` before commits or after significant code changes, not after every tiny edit - Smoke tests live outside the default `pnpm test` path and are reserved for commit-hook validation - Don't run builds after every change. This is a visual site; assume changes work unless reported otherwise. -- **Typesafety is paramount.** Never cast types; fix at source instead. See [typescript.md](.agents/typescript.md). +- **Typesafety is paramount.** Never cast types; fix at source instead. See [typescript.md](./typescript.md). ## Topic Guides -- [TypeScript Conventions](.agents/typescript.md): Type inference, casting rules, generic naming -- [TanStack Patterns](.agents/tanstack-patterns.md): Loaders, server functions, environment shaking -- [UI Style Guide](.agents/ui-style.md): Visual design principles for 2026 -- [Workflow](.agents/workflow.md): Build commands, debugging, Playwright +- [TypeScript Conventions](./typescript.md): Type inference, casting rules, generic naming +- [TanStack Patterns](./tanstack-patterns.md): Loaders, server functions, environment shaking +- [UI Style Guide](./ui-style.md): Visual design principles for 2026 +- [Workflow](./workflow.md): Build commands, debugging, Playwright