From b01fad55b2515e4d0418eb47d778d77b4e223153 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Thu, 23 Aug 2018 10:45:28 -0700 Subject: [PATCH] Remove link to kubernetes-client/community Point directly to the file that the kubernetes/community link was pointing to --- devel/submodules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/submodules.md b/devel/submodules.md index f30b3f6b2f..0621b76fdd 100644 --- a/devel/submodules.md +++ b/devel/submodules.md @@ -1,5 +1,5 @@ # Submodules -To comply with [client library structure requirement](https://github.com/kubernetes-client/community/blob/master/design-docs/clients-library-structure.md), +To comply with [client library structure requirement](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-client-structure-proposal.md), python client base utilities is moved into kubernetes-client/python-base repo. `git submodules` is being used to handle dependency to that repo. This document will provide basic steps to get submodules work.