This is an automated email from the ASF dual-hosted git repository.
majunjie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 534a8ae fix: configuration file link broken (#1834)
534a8ae is described below
commit 534a8ae315338cdfd342e463cc6b9804a46ddb8c
Author: Cliff Su <[email protected]>
AuthorDate: Mon May 24 17:41:50 2021 +0800
fix: configuration file link broken (#1834)
Co-authored-by: 琚致远 <[email protected]>
---
docs/en/latest/deploy-with-docker.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/deploy-with-docker.md
b/docs/en/latest/deploy-with-docker.md
index 9a81e9e..fde965d 100644
--- a/docs/en/latest/deploy-with-docker.md
+++ b/docs/en/latest/deploy-with-docker.md
@@ -52,7 +52,7 @@ $ docker build -t apisix-dashboard:$tag . --build-arg
APISIX_DASHBOARD_VERSION=m
1. Preparing configuration files
-Before starting the container, the configuration file `conf.yaml` needs to be
prepared inside the **host** to override the default [configuration
file](../api/conf/conf.yaml) inside the container.
+Before starting the container, the configuration file `conf.yaml` needs to be
prepared inside the **host** to override the default [configuration
file](https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml)
inside the container.
Kindly note:
@@ -74,7 +74,7 @@ $ docker ps -a
If the container `apisix-dashboard` is ok, visit `http://127.0.0.1:9000` to
use the dashboard with GUI, where the default username and password are `admin`.
-4. Stop the Dashboard
+4. Stop
```sh
$ docker stop apisix-dashboard