fix broken link in backend style guide (#93049)

fix broken link
pull/93052/head
Irene Rodriguez 1 year ago committed by GitHub
parent cad56df002
commit ffa925718e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/developers/contribute.md

@ -36,7 +36,7 @@ These resources are useful for all developers.
Our [style guides](https://github.com/grafana/grafana/tree/main/contribute/style-guides) outline Grafana style for frontend, backend, documentation, and more, including best practices. Please read through them before you start editing or coding!
- [Backend style guide](https://github.com/grafana/grafana/blob/main/contribute/style-guides/backend.md) explains how we want to write Go code in the future.
- [Backend style guide](https://github.com/grafana/grafana/blob/main/contribute/backend/style-guide.md) explains how we want to write Go code in the future.
- [Documentation style guide](https://grafana.com/docs/writers-toolkit/write/style-guide/) applies to all documentation created for Grafana products.

Loading…
Cancel
Save