Skip to content

Commit 1468fcb

Browse files
committed
DOC: Change http -> https in a few links
1 parent 16878b7 commit 1468fcb

19 files changed

+24
-24
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ This folder contains the source files for the documentation.
22
See [CONTRIBUTING](../CONTRIBUTING.rst) for how to create the HTML and LaTeX
33
files from these sources.
44

5-
The online documentation is available at http://nbsphinx.readthedocs.io/.
5+
The online documentation is available at https://nbsphinx.readthedocs.io/.

doc/allow-errors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/code-cells.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/custom-formats.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/executing-notebooks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/hidden-cells.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/installation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/links.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{
@@ -89,7 +89,7 @@
8989
"source": [
9090
"**Sphinx-Gallery**\n",
9191
"\n",
92-
"http://sphinx-gallery.readthedocs.io/"
92+
"https://sphinx-gallery.readthedocs.io/"
9393
]
9494
},
9595
{
@@ -98,7 +98,7 @@
9898
"source": [
9999
"**sphinx-nbexamples**\n",
100100
"\n",
101-
"http://sphinx-nbexamples.readthedocs.io/\n",
101+
"https://sphinx-nbexamples.readthedocs.io/\n",
102102
"\n",
103103
"https://github.com/Chilipp/sphinx-nbexamples"
104104
]
@@ -135,7 +135,7 @@
135135
"\n",
136136
"https://gist.github.com/hadim/16e29b5848672e2e497c\n",
137137
"\n",
138-
"http://sphinx-ipynb.readthedocs.io/"
138+
"https://sphinx-ipynb.readthedocs.io/"
139139
]
140140
},
141141
{

doc/markdown-cells.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

doc/never-execute.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nbsphinx": "hidden"
77
},
88
"source": [
9-
"This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
9+
"This notebook is part of the `nbsphinx` documentation: https://nbsphinx.readthedocs.io/."
1010
]
1111
},
1212
{

0 commit comments

Comments
 (0)