summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinton Hoole <quinton@google.com>2015-03-05 11:23:03 -0800
committerQuinton Hoole <quinton@google.com>2015-03-05 11:23:03 -0800
commit46a8a0873c60de634831e14cc294b7e390e09326 (patch)
treed4106fb6294a747cc1a3cd36f7f72db9238a3c79
parent9f5ea46527fa41d04ef4226931730e4c61b6bf22 (diff)
Make slides visible to the public, fix a typo.
Moved to account quintonh@gmail.com to make it visible to the public without any login. Correct "push request" to "pull request".
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index a20834e9..7eccbcc8 100644
--- a/development.md
+++ b/development.md
@@ -23,7 +23,7 @@ $ git clone https://github.com/GoogleCloudPlatform/kubernetes.git
The commands above will not work if there are more than one directory in ``$GOPATH``.
If you plan to do development, read about the
-[Kubernetes Github Flow](https://docs.google.com/a/google.com/presentation/d/1WDGN_ggq1Ae3eeQmbSCMyUG1UhhRH6UZTy0pePq09Xo/pub?start=false&loop=false&delayms=3000),
+[Kubernetes Github Flow](https://docs.google.com/presentation/d/1HVxKSnvlc2WJJq8b9KCYtact5ZRrzDzkWgKEfm0QO_o/pub?start=false&loop=false&delayms=3000),
and then clone your own fork of Kubernetes as described there.
## godep and dependency management