Remove link to kubernetes-client/community

Point directly to the file that the kubernetes/community link was
pointing to
This commit is contained in:
Aaron Crickenberger 2018-08-23 10:45:28 -07:00
parent 5b86298c9c
commit b01fad55b2

View File

@ -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.