Skip to content

Commit 45d5596

Browse files
committed
Fix broken links in CONTRIBUTING.md
Signed-off-by: Dilep Dev <34891655+DilepDev@users.noreply.github.com>
1 parent 6b74160 commit 45d5596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ anybody starts working on it.
6666
We are always thrilled to receive pull requests. We do our best to process them
6767
quickly. If your pull request is not accepted on the first try,
6868
don't get discouraged! Our contributor's guide explains [the review process we
69-
use for simple changes](https://docs.docker.com/opensource/workflow/make-a-contribution/).
69+
use for simple changes](https://github.com/docker/docker/blob/master/project/REVIEWING.md).
7070

7171
### Talking to other Docker users and contributors
7272

@@ -124,8 +124,8 @@ submitting a pull request.
124124
Update the documentation when creating or modifying features. Test your
125125
documentation changes for clarity, concision, and correctness, as well as a
126126
clean documentation build. See our contributors guide for [our style
127-
guide](https://docs.docker.com/opensource/doc-style) and instructions on [building
128-
the documentation](https://docs.docker.com/opensource/project/test-and-docs/#build-and-test-the-documentation).
127+
guide](https://docs.docker.com/contribute/style/grammar/) and instructions on [building
128+
the documentation](https://docs.docker.com/contribute/).
129129

130130
Write clean code. Universally formatted code promotes ease of writing, reading,
131131
and maintenance. Always run `gofmt -s -w file.go` on each changed file before

0 commit comments

Comments
 (0)