From 4d30969041436a4675c183e370b73c44df275f7e Mon Sep 17 00:00:00 2001 From: piyush Date: Thu, 12 Oct 2017 14:12:08 +0530 Subject: [PATCH] Fix Redirecting Error in README.md Setup and Quickstart file are giving 404 as they were renamed to installation and getting-started repectively. Renamed the same in README.md to fix redirecting. Fixes #845 --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 48026300..8a6571e8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,9 +1,9 @@ # Kompose Documentation * [Introduction](introduction.md) -* [Quick Start](quickstart.md) +* [Getting Started](getting-started.md) * [User Guide](user-guide.md) * [Architecture](architecture.md) * [Conversion](conversion.md) * [Development](development.md) -* [Setup](setup.md) +* [Installation](installation.md)