diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91d2dde47a3f..b261f4c1172d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,8 +124,8 @@ submitting a pull request. Update the documentation when creating or modifying features. Test your documentation changes for clarity, concision, and correctness, as well as a clean documentation build. See our contributors guide for [our style -guide](https://docs.docker.com/opensource/doc-style) and instructions on [building -the documentation](https://docs.docker.com/opensource/project/test-and-docs/#build-and-test-the-documentation). +guide](https://docs.docker.com/contribute/style/grammar/) and instructions on [building +the documentation](https://github.com/docker/docs/blob/main/CONTRIBUTING.md). Write clean code. Universally formatted code promotes ease of writing, reading, and maintenance. Always run `gofmt -s -w file.go` on each changed file before