From e710c6130243406c90a2a8d65d0d9bd4d20308ae Mon Sep 17 00:00:00 2001 From: Kenan Erdogan Date: Fri, 13 Mar 2020 16:52:20 +0100 Subject: [PATCH] federation: fix gesis urls in config for local testing --- images/federation-redirect/app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/federation-redirect/app.py b/images/federation-redirect/app.py index bc9a1a579..84da64d84 100644 --- a/images/federation-redirect/app.py +++ b/images/federation-redirect/app.py @@ -39,10 +39,10 @@ versions="https://ovh.mybinder.org/versions", ), "gesis": dict( - url="https://notebooks.gesis.org/binder", + url="https://gesis.mybinder.org", weight=1, - health="https://notebooks.gesis.org/binder/health", - versions="https://notebooks.gesis.org/binder/versions", + health="https://gesis.mybinder.org/health", + versions="https://gesis.mybinder.org/versions", ), }, }