Skip to content

Commit 17e2b27

Browse files
authored
Fix wrong link to Go documentation in docs at initialisms (#312)
1 parent b565cf4 commit 17e2b27

File tree

1 file changed

+1
-1
lines changed
  • docs/content/en/docs/contribution-guidelines

1 file changed

+1
-1
lines changed

docs/content/en/docs/contribution-guidelines/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The CI is configured to only allow for certain branch naming namely:
5252

5353
The project has opted to select the [go style guide](https://google.github.io/styleguide/go/) with some exceptions:
5454
- Receiver name are not one letter https://google.github.io/styleguide/go/decisions#receiver-names so use `info` instead of `i`
55-
- Initialisms are CamelCase https://google.github.io/styleguide/go/decisions#receiver-names so use `Xml` instead of `XML`
55+
- Initialisms are CamelCase https://google.github.io/styleguide/go/decisions#initialisms so use `Xml` instead of `XML`
5656

5757
## Communication channels
5858

0 commit comments

Comments
 (0)