From 2123433ed72883c06f59beb0e07fe08c3c0271e4 Mon Sep 17 00:00:00 2001 From: Robin Rakowski <44590339+rmrakowski@users.noreply.github.com> Date: Tue, 30 Oct 2018 16:54:33 -0700 Subject: [PATCH] update to start.md fixing broken links (#10787) Changed the two previously-broken links in the "Sign the CLA" section of the page to point to current working pages. --- content/en/docs/contribute/start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/start.md b/content/en/docs/contribute/start.md index 02e0ce0bc0..2ebf585efa 100644 --- a/content/en/docs/contribute/start.md +++ b/content/en/docs/contribute/start.md @@ -154,8 +154,8 @@ process guidelines and information about deadlines. ### Sign the CLA Before you can contribute code or documentation to Kubernetes, you **must** read -the [Contributor guide](/docs/community/guide/) and -[sign the Contributor License Agreement (CLA)](/docs/community/guide/#sign-the-cla). +the [Contributor guide](https://github.com/kubernetes/community/blob/master/contributors/guide/README.md) and +[sign the Contributor License Agreement (CLA)](https://github.com/kubernetes/community/blob/master/CLA.md). Don't worry -- this doesn't take long! ### Find something to work on