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

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a5a488  Fix broken link in docs/README.md (#18847)
7a5a488 is described below

commit 7a5a48835b656786730488f1ec647862670aa53a
Author: Iblis Lin <[email protected]>
AuthorDate: Tue Aug 4 03:28:08 2020 +0800

    Fix broken link in docs/README.md (#18847)
---
 docs/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/README.md b/docs/README.md
index cd78c94..4562456 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,7 +30,7 @@ Each language documentation is built in a modular way, so 
that if you are a cont
 
 You can also use the project's CI tools to emulate any changes with Docker. 
You can use these tools to install dependencies and run the parts of the build 
you want to test.
 
-Refer to the [MXNet Developer 
Wiki](https://cwiki.apache.org/confluence/display/MXNET/Building+the+New+Website)
 for instructions on building the docs locally.
+Refer to the [MXNet Developer 
Wiki](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=125309983)
 for instructions on building the docs locally.
 
 If you plan to contribute changes to the documentation or website, please 
submit a pull request. Contributions are welcome!
 

Reply via email to