You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/12/08 03:41:19 UTC

[incubator-mxnet] branch master updated: fix link for gluon model zoo (#13583)

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

nswamy 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 95f1e1c  fix link for gluon model zoo (#13583)
95f1e1c is described below

commit 95f1e1c51a38d34e62baa08975c7fc3548ae82e0
Author: Steffen Rochel <st...@gmail.com>
AuthorDate: Fri Dec 7 19:41:06 2018 -0800

    fix link for gluon model zoo (#13583)
---
 docs/community/ecosystem.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/community/ecosystem.md b/docs/community/ecosystem.md
index 54f8c89..100ed97 100644
--- a/docs/community/ecosystem.md
+++ b/docs/community/ecosystem.md
@@ -62,7 +62,7 @@ Community contributions to MXNet have added many new valuable features and funct
 
 ## Model Zoos
 
-* [Gluon Model Zoo](https://github.com/awslabs/mxnet-model-server) - models trained in Gluon and available through Gluon's model zoo API.
+* [Gluon Model Zoo](https://mxnet.incubator.apache.org/api/python/gluon/model_zoo.html) - models trained in Gluon and available through Gluon's model zoo API.
 * [ONNX Model Zoo](https://github.com/onnx/models) - ONNX models from a variety of ONNX-supported frameworks.