replace broken Cloud Immunity link in Tutorials (#5947)

Co-authored-by: loudgolem <phanirithvij2000@gmail.com>
This commit is contained in:
Viraj Shirodkar 2025-12-09 08:39:08 +05:30 committed by GitHub
parent 2bb07df0f2
commit 6baf3277ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3720,7 +3720,7 @@ _Add the group of your city/country here (send **PR**)_
### Tutorials
- [50 Shades of Go](https://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/) - Traps, Gotchas, and Common Mistakes for New Golang Devs.
- [50 Shades of Go](https://golang50shades.github.io/) - Traps, Gotchas, and Common Mistakes for New Golang Devs.
- [A Comprehensive Guide to Structured Logging in Go](https://betterstack.com/community/guides/logging/logging-in-go/) - Delve deep into the world of structured logging in Go with a specific focus on recently accepted slog proposal which aims to bring high performance structured logging with levels to the standard library.
- [A Guide to Golang E-Commerce](https://snipcart.com/blog/golang-ecommerce-ponzu-cms-demo?utm_term=golang-ecommerce-ponzu-cms-demo) - Building a Golang site for e-commerce (demo included).
- [A Tour of Go](https://tour.golang.org/) - Interactive tour of Go.