From 5cf4219686a4a9d9a6537af5b8928713a2ec5a7e Mon Sep 17 00:00:00 2001 From: konomae Date: Mon, 13 Mar 2023 15:01:37 +0900 Subject: [PATCH] Fix URL anchor position in `going-to-production.md` (#47056) Fix an anchor currently not working properly. --- docs/going-to-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/going-to-production.md b/docs/going-to-production.md index 7b843df981765..9284a86ba555f 100644 --- a/docs/going-to-production.md +++ b/docs/going-to-production.md @@ -109,7 +109,7 @@ Since Next.js runs on both the client and server, there are multiple forms of lo - `console.log` in the browser - `stdout` on the server -If you want a structured logging package, we recommend [Pino](https://www.npmjs.com/package/pino). If you're using Vercel, there are [pre-built logging integrations](https://vercel.com/integrations#logging?utm_source=next-site&utm_medium=docs&utm_campaign=next-website) compatible with Next.js. +If you want a structured logging package, we recommend [Pino](https://www.npmjs.com/package/pino). If you're using Vercel, there are [pre-built logging integrations](https://vercel.com/integrations?utm_source=next-site&utm_medium=docs&utm_campaign=next-website#logging) compatible with Next.js. ## Error Handling