From 8786026a8e217c9160776bb2a4a1cc43c0467fb4 Mon Sep 17 00:00:00 2001 From: mayb Date: Tue, 20 Jul 2021 22:36:04 +0800 Subject: [PATCH 1/2] Update README-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更正中文说明文档中失效的连接 --- README-zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index fabab977..1e5b3dd2 100644 --- a/README-zh.md +++ b/README-zh.md @@ -35,9 +35,9 @@ ## 安装 三种方式: -1. [Docker](http://docs.crawlab.cn/Installation/Docker.html)(推荐) -2. [直接部署](http://docs.crawlab.cn/Installation/Direct.html)(了解内核) -3. [Kubernetes](http://docs.crawlab.cn/Installation/Kubernetes.html) (多节点部署) +1. [Docker](http://docs.crawlab.cn/zh/Installation/Docker.html)(推荐) +2. [直接部署](http://docs.crawlab.cn/zh/Installation/Direct.html)(了解内核) +3. [Kubernetes](http://docs.crawlab.cn/zh/Installation/Kubernetes.html) (多节点部署) ### 要求(Docker) - Docker 18.03+ From 1959675c3d6ac16f596f97919ed6600873fecf5a Mon Sep 17 00:00:00 2001 From: mayb Date: Tue, 20 Jul 2021 22:37:14 +0800 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前提的PR,英文文档中的zh换成en --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad769338..ee4acfa5 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Golang-based distributed web crawler management platform, supporting various lan ## Installation Three methods: -1. [Docker](http://docs.crawlab.cn/zh/Installation/Docker.html) (Recommended) -2. [Direct Deploy](http://docs.crawlab.cn/zh/Installation/Direct.html) (Check Internal Kernel) -3. [Kubernetes](http://docs.crawlab.cn/zh/Installation/Kubernetes.html) (Multi-Node Deployment) +1. [Docker](http://docs.crawlab.cn/en/Installation/Docker.html) (Recommended) +2. [Direct Deploy](http://docs.crawlab.cn/en/Installation/Direct.html) (Check Internal Kernel) +3. [Kubernetes](http://docs.crawlab.cn/en/Installation/Kubernetes.html) (Multi-Node Deployment) ### Pre-requisite (Docker) - Docker 18.03+