Skip to content

Commit 29f4b21

Browse files
authored
Merge pull request #1384 from gesiscss/master
federation: fix gesis urls in config for local testing
2 parents 1dee176 + e710c61 commit 29f4b21

File tree

1 file changed

+3
-3
lines changed
  • images/federation-redirect

1 file changed

+3
-3
lines changed

images/federation-redirect/app.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
versions="https://ovh.mybinder.org/versions",
4040
),
4141
"gesis": dict(
42-
url="https://notebooks.gesis.org/binder",
42+
url="https://gesis.mybinder.org",
4343
weight=1,
44-
health="https://notebooks.gesis.org/binder/health",
45-
versions="https://notebooks.gesis.org/binder/versions",
44+
health="https://gesis.mybinder.org/health",
45+
versions="https://gesis.mybinder.org/versions",
4646
),
4747
},
4848
}

0 commit comments

Comments
 (0)