You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/07/24 07:24:23 UTC

[incubator-apisix] branch master updated: doc: Fix link syntax in README.md (#1894)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ffa0e1e  doc: Fix link syntax in README.md (#1894)
ffa0e1e is described below

commit ffa0e1ef6cb5bd3a2fe7dea92f68da5bdfc0d01d
Author: Sarasa Kisaragi <li...@gmail.com>
AuthorDate: Fri Jul 24 15:24:13 2020 +0800

    doc: Fix link syntax in README.md (#1894)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 93e5280..84ebbef 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ There are several ways to install the Apache Release version of APISIX:
     docker pull apache/apisix
     ```
 
-    The Docker image does not include `etcd`, you can refer to [docker compose example] (https://github.com/apache/incubator-apisix-docker/tree/master/example) to start a test cluster.
+    The Docker image does not include `etcd`, you can refer to [docker compose example](https://github.com/apache/incubator-apisix-docker/tree/master/example) to start a test cluster.
 
 3. RPM package(only for CentOS 7)
     - Installation runtime dependencies: OpenResty and etcd, refer to [install dependencies documentation](doc/install-dependencies.md#centos-7)