You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2022/03/25 03:08:16 UTC

[apisix-dashboard] branch master updated: docs: fix invalid link (#2366)

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

juzhiyuan 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 162c5d7  docs: fix invalid link (#2366)
162c5d7 is described below

commit 162c5d7bcdfa36d76681b2a607267bcb76185cc5
Author: Yu.Bozhong <y....@foxmail.com>
AuthorDate: Fri Mar 25 11:08:11 2022 +0800

    docs: fix invalid link (#2366)
---
 docs/en/latest/develop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index 41c28ab..e35929d 100644
--- a/docs/en/latest/develop.md
+++ b/docs/en/latest/develop.md
@@ -25,7 +25,7 @@ The Dashboard contains both `manager-api` and `web` parts, so you need to start
 
 ## Prerequisites
 
-Before development, refer to this [guide](./deploy.md) to install dependencies.
+Before development, refer to this [guide](./install.md) to install dependencies.
 
 ## Clone the project