From 09ff16b6fb3c52fc818a650173513c858a35e637 Mon Sep 17 00:00:00 2001 From: Sediman Date: Thu, 28 May 2026 21:04:34 +0200 Subject: [PATCH] fix(docs): correct broken logging documentation link in CONTRIBUTING.md Replace incorrect Gitea documentation link with the correct Gin logging documentation URL. The previous link pointed to docs.gitea.com which is unrelated to the Gin project. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b05a160..a768992f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ We welcome both issue reports and pull requests! Please follow these guidelines - Please provide a clear description of your issue, and a minimal reproducible code example if possible. - Include the Gin version (or commit reference), Go version, and operating system. - Indicate whether you can reproduce the bug and describe steps to do so. - - Attach relevant logs per [Logging Documentation](https://docs.gitea.com/administration/logging-config#collecting-logs-for-help). + - Attach relevant logs per [Logging Documentation](https://gin-gonic.com/en/docs/logging/). - **Feature requests:** - Before opening a request, check that a similar idea hasn’t already been suggested.