diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c811732b7..ec38ad213c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ https://github.com/moby/moby/blob/master/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** For additional information on our contributing process, read our contributing -guide https://docs.docker.com/opensource/code/ +guide https://github.com/moby/moby/blob/master/docs/contributing/ If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29ee18f39a..511e772945 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Want to hack on the Moby Project? Awesome! We have a contributor's guide that ex [setting up a development environment and the contribution process](docs/contributing/). -[![Contributors guide](docs/static_files/contributors.png)](https://docs.docker.com/opensource/project/who-written-for/) +[![Contributors guide](docs/static_files/contributors.png)](docs/contributing/who-written-for.md) This page contains information about reporting issues as well as some tips and guidelines useful to experienced open source contributors. Finally, make sure