From f712c51f0056a554de3ae7218e6e929a554c0f95 Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Mon, 25 Jul 2016 00:15:12 -0700 Subject: [PATCH] Doc:Modified the new link for quickstart guide. (#47) --- docs/aggregate-apache-logs-with-fluentd-and-minio.md | 2 +- docs/store-mongodb-backups-in-minio.md | 2 +- docs/store-mysql-backups-in-minio.md | 2 +- docs/store-postgresql-backups-in-minio.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/aggregate-apache-logs-with-fluentd-and-minio.md b/docs/aggregate-apache-logs-with-fluentd-and-minio.md index 60a5f9b..6dac3d1 100644 --- a/docs/aggregate-apache-logs-with-fluentd-and-minio.md +++ b/docs/aggregate-apache-logs-with-fluentd-and-minio.md @@ -5,7 +5,7 @@ In this recipe, we will learn how to use Minio as log aggregator for fluentd usi ## 1. Prerequisites * Install Minio Server from [here](http://docs.minio.io/docs/minio). -* Install `mc` from [here](http://docs.minio.io/docs/minio-client-quick-start-guide) +* Install `mc` from [here](http://docs.minio.io/docs/minio-client-quickstart-guide) ## 2. Installation diff --git a/docs/store-mongodb-backups-in-minio.md b/docs/store-mongodb-backups-in-minio.md index b43e7d1..c41bd09 100644 --- a/docs/store-mongodb-backups-in-minio.md +++ b/docs/store-mongodb-backups-in-minio.md @@ -5,7 +5,7 @@ In this recipe we will learn how to store MongoDB backups in Minio Server. ## 1. Prerequisites -* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide). +* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide). * Install Minio Server from [here](https://docs.minio.io/docs/minio ). * Know where the MongoDB backups reside in the local filesystem. diff --git a/docs/store-mysql-backups-in-minio.md b/docs/store-mysql-backups-in-minio.md index 888c181..e1c37fd 100644 --- a/docs/store-mysql-backups-in-minio.md +++ b/docs/store-mysql-backups-in-minio.md @@ -5,7 +5,7 @@ In this recipe we will learn how to store MySQL backups in Minio Server. ## 1. Prerequisites -* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide). +* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide). * Install Minio Server from [here](https://docs.minio.io/docs/minio ). * Know where the MySQL backups reside in the local filesystem. diff --git a/docs/store-postgresql-backups-in-minio.md b/docs/store-postgresql-backups-in-minio.md index 0419f87..379ffab 100644 --- a/docs/store-postgresql-backups-in-minio.md +++ b/docs/store-postgresql-backups-in-minio.md @@ -4,7 +4,7 @@ In this recipe you will learn how to store PostgreSQL backups in Minio Server. ## 1. Prerequisites -* Install mc from [here](https://docs.minio.io/docs/minio-client-quick-start-guide). +* Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide). * Install Minio Server from [here](https://docs.minio.io/docs/minio ). * Know where the PostgreSQL backups reside in the local filesystem.