This is an automated email from the ASF dual-hosted git repository.
kvn 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 fd54130 fix: use absolute path so that the link in dockerhub will be
ok (#215)
fd54130 is described below
commit fd54130e632d28002882657ef156e87e56a6fad9
Author: kv <[email protected]>
AuthorDate: Wed Sep 8 11:35:23 2021 +0800
fix: use absolute path so that the link in dockerhub will be ok (#215)
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9c626cb..bda12bb 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ $ make build-on-alpine-cn
### Manual deploy apisix via docker
-[Manual deploy](docs/en/latest/manual.md)
+[Manual
deploy](https://github.com/apache/apisix-docker/blob/master/docs/en/latest/manual.md)
### QuickStart via docker-compose
@@ -56,7 +56,7 @@ $ cd example
$ docker-compose -p docker-apisix up -d
```
-You can refer to [the docker-compose example](docs/en/latest/example.md) for
more try.
+You can refer to [the docker-compose
example](https://github.com/apache/apisix-docker/blob/master/docs/en/latest/example.md)
for more try.
### Quick test with all dependencies in one Docker container