From 1f0572fd1a28d2b5b4566156fa449bb709362b38 Mon Sep 17 00:00:00 2001 From: Lucas Molas Date: Tue, 5 Dec 2017 12:31:02 -0300 Subject: [PATCH] Fix link in Contributing doc Signed-off-by: Lucas Molas --- docs/contributing/set-up-dev-env.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/contributing/set-up-dev-env.md b/docs/contributing/set-up-dev-env.md index acd6888cd4..430e000bfe 100644 --- a/docs/contributing/set-up-dev-env.md +++ b/docs/contributing/set-up-dev-env.md @@ -10,8 +10,7 @@ Moby's development environment is itself, ultimately a Docker container. You use the `moby/moby` repository and its `Dockerfile` to create a Docker image, run a Docker container, and develop code in the container. -If you followed the procedures that -set up Git for contributing, you should have a fork of the `moby/moby` +If you followed the procedures that [set up Git for contributing](./set-up-git.md), you should have a fork of the `moby/moby` repository. You also created a branch called `dry-run-test`. In this section, you continue working with your fork on this branch. @@ -106,8 +105,7 @@ can take over 15 minutes to complete. ``` If you are following along with this guide, you created a `dry-run-test` - branch when you - set up Git for contributing. + branch when you [set up Git for contributing](./set-up-git.md). 3. Ensure you are on your `dry-run-test` branch.