From 8a4dea8916102fc1fef4dfaf882baa24caeb7a7b Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 30 Nov 2015 15:28:16 +1000 Subject: [PATCH] Fix up some links to moved files Signed-off-by: Sven Dowideit --- docs/kitematic/set_up_dev.md | 3 +-- docs/workflow/advanced-contributing.md | 2 +- docs/workflow/coding-style.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/kitematic/set_up_dev.md b/docs/kitematic/set_up_dev.md index 4cb5cc53dd..4eaa0002e2 100644 --- a/docs/kitematic/set_up_dev.md +++ b/docs/kitematic/set_up_dev.md @@ -65,8 +65,7 @@ the above installer link will have an uninstaller available. To fork the master branch of Kitematic: -1. Go to the -kitematic/kitematic repository . +1. Go to the kitematic/kitematic repository . 2. Click "Fork" in the upper right corner of the GitHub interface. diff --git a/docs/workflow/advanced-contributing.md b/docs/workflow/advanced-contributing.md index 1c4c619fe1..8441315f51 100644 --- a/docs/workflow/advanced-contributing.md +++ b/docs/workflow/advanced-contributing.md @@ -78,7 +78,7 @@ The following provides greater detail on the process: 3. Talk to the community about your idea. - We have lots of community forums + We have lots of community forums where you can get feedback on your idea. Float your idea in a forum or two to get some commentary going on it. diff --git a/docs/workflow/coding-style.md b/docs/workflow/coding-style.md index 4e12b3a287..fbb3b1de4a 100644 --- a/docs/workflow/coding-style.md +++ b/docs/workflow/coding-style.md @@ -52,7 +52,7 @@ program code and documentation code. * Use existing Docker test files (`name_test.go`) for inspiration. -* Run the full test suite on your +* Run the full test suite on your branch before submitting a pull request. * Run `make docs` to build the documentation and then check it locally.