diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index 232410c3a65..9b3ae689982 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -11,7 +11,7 @@ 6. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`. 7. Install godep (optional, only required when modifying package dependencies). [Instructions here](https://github.com/GoogleCloudPlatform/kubernetes#installing-godep) 8. Get the Kubernetes source: - * https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.tar.gz + * Kubernetes 0.2 \[[.tar.gz](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.tar.gz)\] \[[.zip](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.zip)\] ### Setup