DOCS: Remove http links in favor of HTTPS (#12725)

This commit is contained in:
Ravind Kumar
2021-07-15 16:31:59 -04:00
committed by GitHub
parent 017722cf85
commit ce800ed347
2 changed files with 2 additions and 2 deletions

View File

@@ -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.