Fix broken doc links (#6068)

master
Harshavardhana 7 years ago committed by Nitish Tiwari
parent eb0e56ccf6
commit 6005dbf01f
  1. 2
      docs/disk-caching/README.md
  2. 2
      docs/federation/lookup/README.md
  3. 2
      docs/large-bucket/README.md
  4. 2
      docs/shared-backend/README.md
  5. 2
      docs/zh_CN/disk-caching/README.md
  6. 2
      docs/zh_CN/large-bucket/README.md

@ -8,7 +8,7 @@ Disk caching feature here refers to the use of caching disks to store content cl
## Get started ## Get started
### 1. Prerequisites ### 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 ### 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. 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.

@ -4,7 +4,7 @@ This document explains how to configure Minio with `Bucket lookup from DNS` styl
## Get started ## Get started
### 1. Prerequisites ### 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 ### 2. Run Minio in federated mode
Bucket lookup from DNS federation requires two dependencies Bucket lookup from DNS federation requires two dependencies

@ -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. 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 ### 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 ### 2. Run Minio on many drives
We'll see examples on how to do this in the following sections. We'll see examples on how to do this in the following sections.

@ -18,7 +18,7 @@ If you're aware of stand-alone Minio set up, the installation and running remain
## 1. Prerequisites ## 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 ## 2. Run Minio on Shared Backend

@ -7,7 +7,7 @@
## 开始 ## 开始
### 1. 前期条件 ### 1. 前期条件
安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio)。 安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio-quickstart-guide)。
### 2. 运行Minio缓存 ### 2. 运行Minio缓存
磁盘缓存可以通过修改Minio服务的`cache`配置来进行开启。配置`cache`设置需要指定磁盘路径、缓存过期时间(以天为单位)以及使用统配符方式指定的不需要进行缓存的对象。 磁盘缓存可以通过修改Minio服务的`cache`配置来进行开启。配置`cache`设置需要指定磁盘路径、缓存过期时间(以天为单位)以及使用统配符方式指定的不需要进行缓存的对象。

@ -8,7 +8,7 @@ Minio的纠删码功能限制了最多只能使用16块磁盘。这就限制了
安装和部署方式和分布式Minio一样。只不过是在输入参数的语法上,用`...`来做为磁盘参数的简写。分布式设置中的远程磁盘被编码为HTTP(s)URI,它也可以被同样的缩写。 安装和部署方式和分布式Minio一样。只不过是在输入参数的语法上,用`...`来做为磁盘参数的简写。分布式设置中的远程磁盘被编码为HTTP(s)URI,它也可以被同样的缩写。
### 1. 前提条件 ### 1. 前提条件
安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio)。 安装Minio - [Minio快速入门](https://docs.minio.io/docs/minio-quickstart-guide)。
### 2. 在多个磁盘上运行Minio ### 2. 在多个磁盘上运行Minio
我们将在下面的章节中看到如何做到这一点的例子。 我们将在下面的章节中看到如何做到这一点的例子。

Loading…
Cancel
Save