Skip to content

Commit 97a2de5

Browse files
gnestorminrk
authored andcommitted
Backport PR #1753: docs: Update dead links
Hi, I tried to find corresponding articles in the new jupyter documentation Cheers Signed-off-by: Min RK <[email protected]>
1 parent 1ab0534 commit 97a2de5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)
44
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
5-
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](http://jupyter-notebook.readthedocs.org/en/latest/?badge=latest)
5+
[![Documentation Status](https://readthedocs.io/projects/jupyter-notebook/badge/?version=latest)](http://jupyter-notebook.readthedocs.org/en/latest/?badge=latest)
66

77
The Jupyter notebook is a web-based notebook environment for interactive
88
computing.
@@ -24,12 +24,12 @@ discrete repos.
2424

2525
## Installation
2626
You can find the installation documentation for the
27-
[Jupyter platform, on ReadTheDocs](http://jupyter.readthedocs.org/en/latest/install.html).
27+
[Jupyter platform, on ReadTheDocs](http://jupyter.readthedocs.io/en/latest/install.html).
2828
The documentation for advanced usage of Jupyter notebook can be found
29-
[here](http://jupyter-notebook.readthedocs.org/en/latest).
29+
[here](http://jupyter-notebook.readthedocs.io/en/latest).
3030

3131
For a local installation, make sure you have
32-
[pip installed](https://pip.readthedocs.org/en/stable/installing/) and run:
32+
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
3333

3434
$ pip install notebook
3535

@@ -122,7 +122,7 @@ jupyter notebook
122122
## Resources
123123
- [Project Jupyter website](https://jupyter.org)
124124
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
125-
- [Documentation for Jupyter notebook](http://jupyter-notebook.readthedocs.org/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
126-
- [Documentation for Project Jupyter](http://jupyter.readthedocs.org/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
125+
- [Documentation for Jupyter notebook](http://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.io/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
126+
- [Documentation for Project Jupyter](http://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.io/pdf/jupyter/latest/jupyter.pdf)]
127127
- [Issues](https://github.com/jupyter/notebook/issues)
128128
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

0 commit comments

Comments
 (0)