From ce800ed34763a030a232e73bf24ce1c378e2a516 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Thu, 15 Jul 2021 16:31:59 -0400 Subject: [PATCH] DOCS: Remove http links in favor of HTTPS (#12725) --- docs/select/README.md | 2 +- docs/tls/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/select/README.md b/docs/select/README.md index 3e3a8cda9..dc8a2e993 100644 --- a/docs/select/README.md +++ b/docs/select/README.md @@ -24,7 +24,7 @@ To enable Parquet set the environment variable `MINIO_API_SELECT_PARQUET=on`. # Example using Python API ## 1. Prerequisites -- Install MinIO Server from [here](http://docs.min.io/docs/minio-quickstart-guide). +- Install MinIO Server from [here](https://docs.min.io/docs/minio-quickstart-guide). - Familiarity with AWS S3 API. - Familiarity with Python and installing dependencies. diff --git a/docs/tls/README.md b/docs/tls/README.md index de9bf2ec4..7fe955f9e 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -9,7 +9,7 @@ This guide explains how to configure MinIO Server with TLS certificates on Linux ## 1. Install MinIO Server -Install MinIO Server using the instructions in the [MinIO Quickstart Guide](http://docs.min.io/docs/minio-quickstart-guide). +Install MinIO Server using the instructions in the [MinIO Quickstart Guide](https://docs.min.io/docs/minio-quickstart-guide). ## 2. Use an Existing Key and Certificate with MinIO