From 10a5273f0729232b69282664c58ef3e362f1667f Mon Sep 17 00:00:00 2001
From: Aaron Crickenberger <spiffxp@gmail.com>
Date: Wed, 3 Jan 2018 16:48:53 -0800
Subject: [PATCH] Follow CLA doc to kubernetes/community

---
 docs/integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/integration.md b/docs/integration.md
index 79f5c6ad0..4661afdf3 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -84,7 +84,7 @@ Other members of your team should use ```git submodule sync```, ```git submodule
 # Contributing
 If you made useful changes or fixed a bug in existent kubespray repo, use this flow for PRs to original kubespray repo.
 
-0. Sign the [CNCF CLA](https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ).
+0. Sign the [CNCF CLA](https://git.k8s.io/community/CLA.md).
 
 1. Change working directory to git submodule directory (3d/kubespray).
 
-- 
GitLab