From c80e991c20ec209e3f4acb522f9d20be6d6f7269 Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Tue, 27 Aug 2019 10:39:58 -0400 Subject: [PATCH] Fix broken link Added forward slash to beginning of directory path. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d9c125d19f..89d5f282ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ help. If a reviewer realizes you have based your work on the wrong branch, we'll let you know so that you can rebase it. >**Note**: To contribute code to Docker projects, see the -[Contribution guidelines](opensource/). +[Contribution guidelines](/opensource/). ### Files not edited here @@ -121,5 +121,5 @@ know. ## Style guide -Docker does not currently maintain a style guide. Use your best judgment, and +Docker does not currently maintain a style guide. Use your best judgment, and try to follow the example set by the existing documentation.