Browse code

Merge pull request #35708 from schomatis/fix-set-up-dev-env-link

Fix link in Contributing doc

Sebastiaan van Stijn authored on 2017/12/07 03:04:01
Showing 1 changed files
... ...
@@ -10,8 +10,7 @@ Moby's development environment is itself, ultimately a Docker container.
10 10
 You use the `moby/moby` repository and its `Dockerfile` to create a Docker image,
11 11
 run a Docker container, and develop code in the container.
12 12
 
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`
15 14
 repository. You also created a branch called `dry-run-test`. In this section,
16 15
 you continue working with your fork on this branch.
17 16
 
... ...
@@ -106,8 +105,7 @@ can take over 15 minutes to complete.
106 106
    ```
107 107
 
108 108
    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>.
109
+   branch when you [set up Git for contributing](./set-up-git.md).
111 110
 
112 111
 3. Ensure you are on your `dry-run-test` branch.
113 112