We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dee176 + e710c61 commit 29f4b21Copy full SHA for 29f4b21
images/federation-redirect/app.py
@@ -39,10 +39,10 @@
39
versions="https://ovh.mybinder.org/versions",
40
),
41
"gesis": dict(
42
- url="https://notebooks.gesis.org/binder",
+ url="https://gesis.mybinder.org",
43
weight=1,
44
- health="https://notebooks.gesis.org/binder/health",
45
- versions="https://notebooks.gesis.org/binder/versions",
+ health="https://gesis.mybinder.org/health",
+ versions="https://gesis.mybinder.org/versions",
46
47
},
48
}
0 commit comments