Skip to content

Commit 4c69536

Browse files
committed
DOC: Change a few URLs to https
1 parent 0ae5589 commit 4c69536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/usage.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
" [example](https://nbsphinx.readthedocs.io/en/better-theme/),\n",
284284
" [usage](https://github.com/spatialaudio/nbsphinx/compare/better-theme^...better-theme)\n",
285285
"\n",
286-
"* [bootstrap](http://sphinx-bootstrap-theme.readthedocs.io/):\n",
286+
"* [bootstrap](https://sphinx-bootstrap-theme.readthedocs.io/):\n",
287287
" [example](https://nbsphinx.readthedocs.io/en/bootstrap-theme/),\n",
288288
" [usage](https://github.com/spatialaudio/nbsphinx/compare/bootstrap-theme^...bootstrap-theme)\n",
289289
"\n",
@@ -350,7 +350,7 @@
350350
"\n",
351351
"* https://github.com/kynan/nbstripout\n",
352352
"* https://github.com/toobaz/ipynb_output_filter\n",
353-
"* http://tillahoffmann.github.io/2017/04/17/versioning-jupyter-notebooks-with-git.html\n",
353+
"* https://tillahoffmann.github.io/2017/04/17/versioning-jupyter-notebooks-with-git.html\n",
354354
"* http://timstaley.co.uk/posts/making-git-and-jupyter-notebooks-play-nice/\n",
355355
"* https://pascalbugnion.net/blog/ipython-notebooks-and-git.html\n",
356356
"* https://github.com/choldgraf/nbclean\n",

src/nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
"""Jupyter Notebook Tools for Sphinx.
2222
23-
http://nbsphinx.readthedocs.io/
23+
https://nbsphinx.readthedocs.io/
2424
2525
"""
2626
__version__ = '0.4.2'

0 commit comments

Comments
 (0)