From 228ceb8913d9c76e97a4930943e101b1a64523eb Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Mon, 25 May 2026 14:08:41 -0400 Subject: [PATCH] fix(docs): wrap Next.js proxy reference link --- skills/nextjs-turbopack/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/nextjs-turbopack/SKILL.md b/skills/nextjs-turbopack/SKILL.md index 7cdf88b8..72fdf60a 100644 --- a/skills/nextjs-turbopack/SKILL.md +++ b/skills/nextjs-turbopack/SKILL.md @@ -48,7 +48,7 @@ The filename change is tied to the **Next.js version**, not to which bundler (Tu **Do not flag `proxy.ts` as a misnamed or missing middleware file in Next.js 16 projects.** The file is correct and intentional. Suggesting a rename to `middleware.ts` will break middleware execution. -Reference: https://nextjs.org/docs/app/getting-started/proxy +Reference: [Next.js proxy docs](https://nextjs.org/docs/app/getting-started/proxy) ## Best Practices