Skip to content

Commit f99747b

Browse files
thaJeztahukane-philemonandregrimahitha-ada
committed
docs: fix stale links in CONTRIBUTING.md
Also made some minor touch-ups (more can be done). Co-authored-by: Philemon Ukane <ukanephilemon@gmail.com> Co-authored-by: Andrea Grillo <andrea.grillo96@live.com> Co-authored-by: Mahitha Adapa <mahitha.ada@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 5201f58 commit f99747b

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 5 deletions
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://github.com/docker/docker/blob/master/project/REVIEWING.md).
69+
use for simple changes](https://github.com/moby/moby/blob/master/project/REVIEWING.md).
7070

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

@@ -124,8 +124,7 @@ 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/contribute/style/grammar/) and instructions on [building
128-
the documentation](https://docs.docker.com/contribute/).
127+
guide](https://github.com/docker/docs/blob/main/STYLE.md).
129128

130129
Write clean code. Universally formatted code promotes ease of writing, reading,
131130
and maintenance. Always run `gofmt -s -w file.go` on each changed file before
@@ -145,6 +144,7 @@ not enforced. Common prefixes are `docs: <message>`, `vendor: <message>`,
145144
or `telemetry: <message>`.
146145

147146
A standard commit.
147+
148148
```
149149
Fix the exploding flux capacitor
150150
@@ -153,19 +153,22 @@ the sun and the moon align.
153153
```
154154

155155
Using a package as prefix.
156+
156157
```
157158
pkg/foo: prevent panic in flux capacitor
158159
159160
Calling function A causes the flux capacitor to blow up every time
160161
the sun and the moon align.
161162
```
162163

163-
Updating a specific vendored package.
164+
Updating a specific vendored dependency.
165+
164166
```
165-
vendor: github.com/docker/docker 6ac445c42bad (master, v28.0-dev)
167+
vendor: github.com/moby/moby/client v0.4.0
166168
```
167169

168170
Fixing a broken docs link.
171+
169172
```
170173
docs: fix style/lint issues in deprecated.md
171174
```

0 commit comments

Comments
 (0)