You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by na...@apache.org on 2023/05/17 13:09:31 UTC

[apisix] branch master updated: docs: Update the link of "Getting Started" (#9501)

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

navendu 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 c927c02c1 docs: Update the link of "Getting Started" (#9501)
c927c02c1 is described below

commit c927c02c174387d278e00c197821aa13e954836b
Author: AnattaGuo <me...@gmail.com>
AuthorDate: Wed May 17 21:09:21 2023 +0800

    docs: Update the link of "Getting Started" (#9501)
---
 docs/en/latest/installation-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/installation-guide.md b/docs/en/latest/installation-guide.md
index ac16e1b94..8803a9b8a 100644
--- a/docs/en/latest/installation-guide.md
+++ b/docs/en/latest/installation-guide.md
@@ -30,7 +30,7 @@ import TabItem from '@theme/TabItem';
 
 This guide walks you through how you can install and run Apache APISIX in your environment.
 
-Refer to the [Getting Started](./getting-started.md) guide for a quick walk-through on running Apache APISIX.
+Refer to the [Getting Started](./getting-started/README.md) guide for a quick walk-through on running Apache APISIX.
 
 ## Installing APISIX
 
@@ -321,4 +321,4 @@ systemctl stop apisix
 
 If you installed APISIX through other methods, you can create `/usr/lib/systemd/system/apisix.service` and add the [configuration from the template](https://github.com/api7/apisix-build-tools/blob/master/usr/lib/systemd/system/apisix.service).
 
-See the [Getting Started](./getting-started.md) guide for a quick walk-through of using APISIX.
+See the [Getting Started](./getting-started/README.md) guide for a quick walk-through of using APISIX.