diff --git a/docs/disk-caching/README.md b/docs/disk-caching/README.md index a7a287ba2..ae46ab38f 100644 --- a/docs/disk-caching/README.md +++ b/docs/disk-caching/README.md @@ -8,7 +8,7 @@ Disk caching feature here refers to the use of caching disks to store content cl ## Get started ### 1. Prerequisites -Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio). +Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide). ### 2. Run Minio with cache Disk caching can be enabled by updating the `cache` config settings for Minio server. Config `cache` settings takes the mounted drive(s) or directory paths, cache expiry duration (in days) and any wildcard patterns to exclude from being cached. diff --git a/docs/federation/lookup/README.md b/docs/federation/lookup/README.md index 8da2f9c38..23ef115da 100644 --- a/docs/federation/lookup/README.md +++ b/docs/federation/lookup/README.md @@ -4,7 +4,7 @@ This document explains how to configure Minio with `Bucket lookup from DNS` styl ## Get started ### 1. Prerequisites -Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio). +Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide). ### 2. Run Minio in federated mode Bucket lookup from DNS federation requires two dependencies diff --git a/docs/large-bucket/README.md b/docs/large-bucket/README.md index b77f84729..19784fb1a 100644 --- a/docs/large-bucket/README.md +++ b/docs/large-bucket/README.md @@ -8,7 +8,7 @@ We call it large-bucket as it allows a single Minio bucket to expand over multip If you're aware of distributed Minio setup, the installation and configuration remains the same. Only new addition to the input syntax is `...` convention to abbreviate the drive arguments. Remote drives in a distributed setup are encoded as HTTP(s) URIs which can be similarly abbreviated as well. ### 1. Prerequisites -Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio). +Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide). ### 2. Run Minio on many drives We'll see examples on how to do this in the following sections. diff --git a/docs/shared-backend/README.md b/docs/shared-backend/README.md index ef2bf2d7d..cbff62a15 100644 --- a/docs/shared-backend/README.md +++ b/docs/shared-backend/README.md @@ -18,7 +18,7 @@ If you're aware of stand-alone Minio set up, the installation and running remain ## 1. Prerequisites -Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio). +Install Minio - [Minio Quickstart Guide](https://docs.minio.io/docs/minio-quickstart-guide). ## 2. Run Minio on Shared Backend diff --git a/docs/zh_CN/disk-caching/README.md b/docs/zh_CN/disk-caching/README.md index 076ab5aa2..280c04c8a 100644 --- a/docs/zh_CN/disk-caching/README.md +++ b/docs/zh_CN/disk-caching/README.md @@ -7,7 +7,7 @@ ## 开始 ### 1. 前期条件 -安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio)。 +安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio-quickstart-guide)。 ### 2. 运行Minio缓存 磁盘缓存可以通过修改Minio服务的`cache`配置来进行开启。配置`cache`设置需要指定磁盘路径、缓存过期时间(以天为单位)以及使用统配符方式指定的不需要进行缓存的对象。 diff --git a/docs/zh_CN/large-bucket/README.md b/docs/zh_CN/large-bucket/README.md index a4c6d54e7..fa1b93c7e 100644 --- a/docs/zh_CN/large-bucket/README.md +++ b/docs/zh_CN/large-bucket/README.md @@ -8,7 +8,7 @@ Minio的纠删码功能限制了最多只能使用16块磁盘。这就限制了 安装和部署方式和分布式Minio一样。只不过是在输入参数的语法上,用`...`来做为磁盘参数的简写。分布式设置中的远程磁盘被编码为HTTP(s)URI,它也可以被同样的缩写。 ### 1. 前提条件 -安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio)。 +安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio-quickstart-guide)。 ### 2. 在多个磁盘上运行Minio 我们将在下面的章节中看到如何做到这一点的例子。