From e34837639e5ec61415301ca87a912a5b2b7fbecf Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Thu, 21 Apr 2016 15:12:57 +0800 Subject: [PATCH] move doc for k8s deployment to docs folder --- README.md | 2 +- kubernetes_deployment.md => docs/kubernetes_deployment.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kubernetes_deployment.md => docs/kubernetes_deployment.md (100%) diff --git a/README.md b/README.md index c7b4e2b06..fe5b249d0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To simplify the installation process, a pre-built installation package of Harbor For information on how to use Harbor, please see [User Guide](docs/user_guide.md) . ### Deploy harbor on Kubernetes -Detailed instruction about deploying harbor on Kubernetes is described [here](https://github.com/vmware/harbor/blob/master/kubernetes_deployment.md). +Detailed instruction about deploying harbor on Kubernetes is described [here](docs/kubernetes_deployment.md). ### Contribution We welcome contributions from the community. If you wish to contribute code and you have not signed our contributor license agreement (CLA), our bot will update the issue when you open a pull request. For any questions about the CLA process, please refer to our [FAQ](https://cla.vmware.com/faq). diff --git a/kubernetes_deployment.md b/docs/kubernetes_deployment.md similarity index 100% rename from kubernetes_deployment.md rename to docs/kubernetes_deployment.md