Incubator-mxnet: [Website] Python API References redirect to 404 (1.6.0 Release)

Created on 11 Aug 2020  路  4Comments  路  Source: apache/incubator-mxnet

Description

Some hyperlinks of tutorials in python API/mxnet.gluon (1.6.0 Release) leads to 404, Including Gluon Guide, gluon.Parameter, gluon.Trainer, gluon.model_zoo.vision.

Error Message

404 Page

To Reproduce

Try to access these contents through master branch.

Steps to reproduce

(Paste the commands you ran that produced the error.)

1.
2.

What have you tried to solve it?

1.
2.

Environment

We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:

curl --retry 10 -s https://raw.githubusercontent.com/dmlc/gluon-nlp/master/tools/diagnose.py | python

# paste outputs here
Bug Website

Most helpful comment

Fixed the broken links on gluon index page v1.6 website, please verify.
link: https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/index.html

All 4 comments

Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.

cc @ys2843

These broken links were only fixed in master branch, need to backport to v1.6.

Fixed the broken links on gluon index page v1.6 website, please verify.
link: https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/index.html

Was this page helpful?
0 / 5 - 0 ratings