Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Commit 9b7a6ca

Browse files
authored
Update docs host from readthedocs.org to readthedocs.io
1 parent a327ce8 commit 9b7a6ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
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

@@ -52,7 +52,7 @@ If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](C
5252
## Resources
5353
- [Project Jupyter website](https://jupyter.org)
5454
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
55-
- [Documentation for Jupyter notebook](http://jupyter-notebook.readthedocs.org/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
56-
- [Documentation for Project Jupyter](http://jupyter.readthedocs.org/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
55+
- [Documentation for Jupyter notebook](http://jupyter-notebook.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.io/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
56+
- [Documentation for Project Jupyter](http://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.io/pdf/jupyter/latest/jupyter.pdf)]
5757
- [Issues](https://github.com/jupyter/notebook/issues)
5858
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

0 commit comments

Comments
 (0)