From b026d38b44fa5292164c5827fe01bbdf1dd11cc6 Mon Sep 17 00:00:00 2001 From: abduttayyeb Date: Tue, 16 Feb 2021 19:02:02 +0530 Subject: [PATCH] Replaced the broken url for Sphinx and Matplotlib --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a1a888d11..ba3a2899e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,8 +114,8 @@ The resulting HTML files will be placed in _build/html/ and are viewable in a web browser. See the README file in the doc/ directory for more information. For building the documentation, you will need -[sphinx](http://sphinx.pocoo.org/), -[matplotlib](http://matplotlib.sourceforge.net/), and [numpydoc](https://pypi.python.org/pypi/numpydoc). +[sphinx](https://www.sphinx-doc.org/), +[matplotlib](https://matplotlib.org/stable/index.html), and [numpydoc](https://pypi.python.org/pypi/numpydoc). Note ----