Skip to content

Commit 9499345

Browse files
authored
Merge pull request #37 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2 parents 1905adc + 335df5b commit 9499345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/IPython Kernel/Third Party Rich Output.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"cell_type": "markdown",
358358
"metadata": {},
359359
"source": [
360-
"[Vincent](https://vincent.readthedocs.org/en/latest/) is a visualization library that uses the [Vega](http://trifacta.github.io/vega/) visualization grammar to build [d3.js](http://d3js.org/) based visualizations in the Notebook and on http://nbviewer.ipython.org. `Visualization` objects in Vincetn have rich HTML and JavaSrcript representations."
360+
"[Vincent](https://vincent.readthedocs.io/en/latest/) is a visualization library that uses the [Vega](http://trifacta.github.io/vega/) visualization grammar to build [d3.js](http://d3js.org/) based visualizations in the Notebook and on http://nbviewer.ipython.org. `Visualization` objects in Vincetn have rich HTML and JavaSrcript representations."
361361
]
362362
},
363363
{
@@ -520,4 +520,4 @@
520520
"metadata": {},
521521
"nbformat": 4,
522522
"nbformat_minor": 0
523-
}
523+
}

examples/Notebook/Notebook Basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"cell_type": "markdown",
1313
"metadata": {},
1414
"source": [
15-
"This lesson assumes that the user has Jupyter [installed](http://jupyter.readthedocs.org/en/latest/install.html) and that the notebook server can be started by running:\n",
15+
"This lesson assumes that the user has Jupyter [installed](https://jupyter.readthedocs.io/en/latest/install.html) and that the notebook server can be started by running:\n",
1616
"\n",
1717
" jupyter notebook\n",
1818
"\n",
@@ -72,7 +72,7 @@
7272
"source": [
7373
"### Clusters Tab\n",
7474
"\n",
75-
"The clusters tab provides a summary view of [IPython Parallel](http://ipyparallel.readthedocs.org/en/latest/) clusters. The IPython Parallel extension must be [installed](https://github.com/ipython/ipyparallel) in order to use this feature.\n",
75+
"The clusters tab provides a summary view of [IPython Parallel](https://ipyparallel.readthedocs.io/en/latest/) clusters. The IPython Parallel extension must be [installed](https://github.com/ipython/ipyparallel) in order to use this feature.\n",
7676
"\n",
7777
"<img src=\"images/dashboard_clusters_tab_4_0.png\" />"
7878
]

0 commit comments

Comments
 (0)