You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport PR #1822: Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
Signed-off-by: Min RK <[email protected]>
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
@@ -122,7 +122,7 @@ jupyter notebook
122
122
## Resources
123
123
-[Project Jupyter website](https://jupyter.org)
124
124
-[Online Demo at try.jupyter.org](https://try.jupyter.org)
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)]
125
+
-[Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/latest/)[[PDF](https://media.readthedocs.org/pdf/jupyter-notebook/latest/jupyter-notebook.pdf)]
126
+
-[Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html)[[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
0 commit comments