This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch release/2.10
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/release/2.10 by this push:
new 4a9b101 fix(docs): download link of install.md (#2257)
4a9b101 is described below
commit 4a9b1018c0d188f03057f19f51940ddd60df9afd
Author: Yu.Bozhong <[email protected]>
AuthorDate: Sun Dec 19 21:46:25 2021 +0800
fix(docs): download link of install.md (#2257)
---
docs/en/latest/install.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 97ffda9..4bc66e0 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.
```shell
# 1. install RPM package
-sudo yum install -y
https://github.com/apache/apisix-dashboard/releases/download/v2.10.0/apisix-dashboard-2.10.0-0.el7.x86_64.rpm
+sudo yum install -y
https://github.com/apache/apisix-dashboard/releases/download/v2.10/apisix-dashboard-2.10-0.el7.x86_64.rpm
```
### Launch
@@ -91,7 +91,7 @@ For `web`:
### Download {#source-download}
```shell
-git clone -b release/2.10.0 https://github.com/apache/apisix-dashboard.git &&
cd apisix-dashboard
+git clone -b release/2.10 https://github.com/apache/apisix-dashboard.git && cd
apisix-dashboard
```
### Build {#source-build}