From cf356188026c98b821d18fba3a706ad2181ef5d7 Mon Sep 17 00:00:00 2001 From: Nitish Date: Tue, 14 Feb 2017 14:22:11 +0530 Subject: [PATCH] Fix links --- examples/storage/minio/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/storage/minio/README.md b/examples/storage/minio/README.md index c784453a555..e54c64adaa1 100644 --- a/examples/storage/minio/README.md +++ b/examples/storage/minio/README.md @@ -5,10 +5,10 @@ - [Introduction](#introduction) - [Prerequisites](#prerequisites) - [Quickstart](#quickstart) -- [Step 1: Create Persistent Volume Claim](#step1-create-persistent-volume-claim) -- [Step 2: Create Deployment](#step2-create-deployment) -- [Step 3: Create LoadBalancer Service](#step3-create-loadbalancer-service) -- [Step 4: Resource cleanup](#step4-resource-cleanup) +- [Step 1: Create Persistent Volume Claim](#step-1-create-persistent-volume-claim) +- [Step 2: Create Deployment](#step-2-create-deployment) +- [Step 3: Create LoadBalancer Service](#step-3-create-loadbalancer-service) +- [Step 4: Resource cleanup](#step-4-resource-cleanup) ## Introduction Minio is an AWS S3 compatible, object storage server built for cloud applications and devops. Minio is _cloud native_, meaning Minio understands that it is running within a cluster manager, and uses the cluster management infrastructure for allocation of compute and storage resources.