From 8c7ddee69d94f38f79e637e80108cde3665d5213 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Thu, 28 Sep 2017 21:54:24 +0000 Subject: [PATCH] Rename getting-started.md to README.md. Signed-off-by: Lantao Liu --- README.md | 2 +- contrib/ansible/{getting-started.md => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/ansible/{getting-started.md => README.md} (100%) diff --git a/README.md b/README.md index 760bc687d..5830f60d5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ the [roadmap](./docs/proposal.md#roadmap-and-milestones) for information about current and future milestones. ## Installing with Ansible and Kubeadm -For a multi node cluster installer and bring up steps using ansible and kubeadm refer to [Getting started](contrib/ansible/getting-started.md) guide. +For a multi node cluster installer and bring up steps using ansible and kubeadm refer [here](contrib/ansible/README.md). ## Getting Started for Developers ### Binary Dependencies and Specifications The current release of `cri-containerd` has following depedencies: diff --git a/contrib/ansible/getting-started.md b/contrib/ansible/README.md similarity index 100% rename from contrib/ansible/getting-started.md rename to contrib/ansible/README.md