You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/03 05:55:05 UTC

[incubator-mxnet] branch master updated: Update README.md (#19438)

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

lausen 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 ea222a3  Update README.md (#19438)
ea222a3 is described below

commit ea222a355005fb3f13fe422fcab7caab53999dfd
Author: Sheng Zha <sz...@users.noreply.github.com>
AuthorDate: Tue Nov 3 00:52:30 2020 -0500

    Update README.md (#19438)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ba945ee..d310e46 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ At its core, MXNet contains a dynamic dependency scheduler that automatically pa
 A graph optimization layer on top of that makes symbolic execution fast and memory efficient.
 MXNet is portable and lightweight, scalable to many GPUs and machines.
 
-MXNet is more than a deep learning project. It is a [community](https://mxnet.apache.org/community)
+MXNet is more than a deep learning project. It is a [community](https://mxnet.apache.org/versions/master/community)
 on a mission of democratizing AI. It is a collection of [blue prints and guidelines](https://mxnet.apache.org/api/architecture/overview)
 for building deep learning systems, and interesting insights of DL systems for hackers.