jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

docs: prefer use of https over http #1481

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

This is a PR looking to fix our currently broken tests, where we get a 403 response from visiting http://mybinder.readthedocs.io/en/latest/using/using.html#preparing-a-repository-for-binder. I'm not sure why, but I figure we should try using https:// instead as done in this PR. This PR also updates a few other links to use https:// instead of http://.

This apparently didn't resolve the test errors. I'm not sure why we get 403 from readthedocs when accessed via our GitHub runners, but with this we can rule out its related to the use of http:// over https:// at least.