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.
This commit is contained in:
Sediman 2026-05-28 21:04:34 +02:00
parent 5f4f964325
commit 09ff16b6fb

View File

@ -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 hasnt already been suggested.