You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/09/15 02:09:49 UTC

[apisix] branch master updated: docs: update install and get started link in readme.md (#7894)

This is an automated email from the ASF dual-hosted git repository.

sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new ac2c1b3ae docs: update install and get started link in readme.md (#7894)
ac2c1b3ae is described below

commit ac2c1b3aef6df3c89aea7b03ee0f47504f649244
Author: levy liu <37...@qq.com>
AuthorDate: Thu Sep 15 10:09:42 2022 +0800

    docs: update install and get started link in readme.md (#7894)
    
    * doc: update install and get started link in readme.md
    
    * docs: update zh doc
    
    * fix: zh doc use zh link
---
 README.md                | 4 ++--
 docs/zh/latest/README.md | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index aab461670..ee401d93b 100644
--- a/README.md
+++ b/README.md
@@ -165,11 +165,11 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
 
 1. Installation
 
-   Please refer to [install documentation](docs/en/latest/installation-guide.md).
+   Please refer to [install documentation](https://apisix.apache.org/docs/apisix/installation-guide/).
 
 2. Getting started
 
-   The getting started guide is a great way to learn the basics of APISIX. Just follow the steps in [Getting Started](docs/en/latest/getting-started.md).
+   The getting started guide is a great way to learn the basics of APISIX. Just follow the steps in [Getting Started](https://apisix.apache.org/docs/apisix/getting-started/).
 
    Further, you can follow the documentation to try more [plugins](docs/en/latest/plugins).
 
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index 3e1ef754b..d8062b77b 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -40,7 +40,7 @@ Apache APISIX 的技术架构如下图所示:
 
 - 邮件列表 - 发送任意内容到 dev-subscribe@apisix.apache.org 后,根据回复以订阅邮件列表。
 - QQ 群 - 781365357
-- Slack - [查看加入方式](https://apisix.apache.org/docs/general/join/#join-the-slack-channel)
+- Slack - [查看加入方式](https://apisix.apache.org/zh/docs/general/join/#join-the-slack-channel)
 - ![Twitter Follow](https://img.shields.io/twitter/follow/ApacheAPISIX?style=social) - 使用标签 `#ApacheAPISIX` 关注我们并与我们互动。
 - [哔哩哔哩](https://space.bilibili.com/551921247)
 - **新手任务列表**
@@ -167,11 +167,11 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、
 
 1. 安装
 
-   请参考[APISIX 安装指南](./installation-guide.md)。
+   请参考[APISIX 安装指南](https://apisix.apache.org/zh/docs/apisix/installation-guide/)。
 
 2. 入门指南
 
-   入门指南是学习 APISIX 基础知识的好方法。按照 [入门指南](getting-started.md)的步骤即可。
+   入门指南是学习 APISIX 基础知识的好方法。按照 [入门指南](https://apisix.apache.org/zh/docs/apisix/getting-started/)的步骤即可。
 
    更进一步,你可以跟着文档来尝试更多的[插件](plugins)。
 
@@ -184,7 +184,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、
    可以参考[插件开发指南](plugin-develop.md),以及示例插件 `example-plugin` 的代码实现。
    阅读[插件概念](terminology/plugin.md) 会帮助你学到更多关于插件的知识。
 
-更多文档请参考 [Apache APISIX 文档站](https://apisix.apache.org/docs/apisix/getting-started/)。
+更多文档请参考 [Apache APISIX 文档站](https://apisix.apache.org/zh/docs/apisix/getting-started/)。
 
 ## 性能测试