summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorKevin <wangzefeng@huawei.com>2015-09-10 00:22:43 +0800
committerKevin <wangzefeng@huawei.com>2015-09-10 00:22:43 +0800
commit7c58a4a72923659e2a6036eec4eef7cd86b88d28 (patch)
tree0c98291624157bf06b5e8db4688267add106674a /development.md
parent99bb877ce3f282ac5cc0899ae0e0645801e963f3 (diff)
fix a typo in development.md and update git_workflow.png
Diffstat (limited to 'development.md')
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index fc14333b..75cb2365 100644
--- a/development.md
+++ b/development.md
@@ -96,7 +96,7 @@ git push -f origin myfeature
### Creating a pull request
-1. Visit http://github.com/$YOUR_GITHUB_USERNAME/kubernetes
+1. Visit https://github.com/$YOUR_GITHUB_USERNAME/kubernetes
2. Click the "Compare and pull request" button next to your "myfeature" branch.
3. Check out the pull request [process](pull-requests.md) for more details