You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2021/05/05 09:22:26 UTC

[apisix-docker] branch master updated: docs: fix broken link in manual markdown page (#169)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5438ebe  docs: fix broken link in manual markdown page (#169)
5438ebe is described below

commit 5438ebec0532c1164b4a4d85df7a1ef37404eb2f
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Wed May 5 14:52:19 2021 +0530

    docs: fix broken link in manual markdown page (#169)
---
 docs/en/latest/manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/manual.md b/docs/en/latest/manual.md
index 5760ada..ba49137 100644
--- a/docs/en/latest/manual.md
+++ b/docs/en/latest/manual.md
@@ -55,7 +55,7 @@ docker run -it --name etcd-server \
 
 ### Run Apache APISIX server
 
-You need etcd docker to work with Apache APISIX. You can refer to [the docker-compose example](example/README.md).
+You need etcd docker to work with Apache APISIX. You can refer to [the docker-compose example](example.md).
 
 Or you can run APISIX with Docker directly(Docker name is test-api-gateway):