Skip to content

Commit 1394582

Browse files
authored
Merge pull request #6987 from thaJeztah/contributing_links
docs: fix stale links in CONTRIBUTING.md
2 parents bd55370 + f99747b commit 1394582

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)