You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by je...@apache.org on 2022/05/31 20:48:38 UTC

[incubator-mxnet] branch master updated: Fix linkcheck (#21045)

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

jevans 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 9152b9078f Fix linkcheck (#21045)
9152b9078f is described below

commit 9152b9078fa862099dc479d35ae8c26120b2c3c9
Author: AdamGrabowski <ad...@intel.com>
AuthorDate: Tue May 31 22:48:30 2022 +0200

    Fix linkcheck (#21045)
---
 docs/python_docs/python/tutorials/packages/gluon/image/mnist.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md b/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md
index 677dfbcb8f..dd698e588e 100644
--- a/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md
+++ b/docs/python_docs/python/tutorials/packages/gluon/image/mnist.md
@@ -33,7 +33,7 @@ To complete this tutorial, we need:
 
 - MXNet. See the instructions for your operating system in [Setup and Installation](https://mxnet.apache.org/get_started).
 
-- [Python Requests](http://docs.python-requests.org/en/master/) and [Jupyter Notebook](http://jupyter.org/index.html).
+- [Python Requests](https://requests.readthedocs.io/en/latest/) and [Jupyter Notebook](http://jupyter.org/index.html).
 
 ```
 $ pip install requests jupyter