jupyterhub / traefik-proxy

JupyterHub proxy implementation with traefik
https://jupyterhub-traefik-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
54 stars 30 forks source link

Edit link in docs not working because of wrong branch #255

Closed buti1021 closed 2 months ago

buti1021 commented 3 months ago

How to reproduce

  1. Go to https://jupyterhub-traefik-proxy.readthedocs.io/en/latest/https.html
  2. Scroll down
  3. Click on the version in the bottom left corner
  4. Click on edit

Expected behaviour

Getting linked to the correct URL in Github to edit the docs

Actual behaviour

Link is broken, because of wrong branch name (uses "master" but should be "main")

Solution:

Change the branch used somehow

minrk commented 2 months ago

Thanks for reporting! I believe I've fixed this by changing the default branch in the RTD admin settings. Can you confirm the link works now?

buti1021 commented 2 months ago

Works like a charm! Thank you!