MXNet broken documentation links

Hi, I noticed mxnet/gluon documentation and many of its official websites have broken URLs all over the places.

  1. Gluon read the docs
    The official mxnet read the docs webpage contains a link under Dependencies section to an installation page which raises 404 error.
    (https://mxnet.incubator.apache.org/install/index.html)
  2. Google search’s top results are broken URLs. For instance, the top couple results from searching “mxnet regression” shows broken URLs. https://www.google.com/search?q=mxnet+regression&oq=mxnet+regression

I assume there are a lot of other examples around the internet. This issue can be a huddle for beginners who want to try out mxnet or gluon. Are there ways to fix this issue?

Thanks.

Hi,

There are currently a number of PRs to fix this issue. This for example: https://github.com/apache/incubator-mxnet/pull/16284/

The website design was overhauled completely and we experiencing some issues with search results referring to stale links due to caching for queries and the new website not being indexed yet.

We are actively working on resolving this.

1 Like

Hi,

Thanks for letting me know about the PRs! I am glad that this issue is being taken care of.