Skip to content

Commit d9dbca2

Browse files
authored
Merge pull request moby#35708 from schomatis/fix-set-up-dev-env-link
Fix link in Contributing doc
2 parents 040033b + 1f0572f commit d9dbca2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/contributing/set-up-dev-env.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Moby's development environment is itself, ultimately a Docker container.
1010
You use the `moby/moby` repository and its `Dockerfile` to create a Docker image,
1111
run a Docker container, and develop code in the container.
1212

13-
If you followed the procedures that <a href="/opensource/project/set-up-git/" target="_blank">
14-
set up Git for contributing</a>, you should have a fork of the `moby/moby`
13+
If you followed the procedures that [set up Git for contributing](./set-up-git.md), you should have a fork of the `moby/moby`
1514
repository. You also created a branch called `dry-run-test`. In this section,
1615
you continue working with your fork on this branch.
1716

@@ -106,8 +105,7 @@ can take over 15 minutes to complete.
106105
```
107106

108107
If you are following along with this guide, you created a `dry-run-test`
109-
branch when you <a href="/opensource/project/set-up-git/" target="_blank">
110-
set up Git for contributing</a>.
108+
branch when you [set up Git for contributing](./set-up-git.md).
111109

112110
3. Ensure you are on your `dry-run-test` branch.
113111

0 commit comments

Comments
 (0)