From 4ada8deb2e683d20b41072b7bf8fd12430c44167 Mon Sep 17 00:00:00 2001 From: ltetrel <37963074+ltetrel@users.noreply.github.com> Date: Mon, 15 Jun 2020 15:22:56 -0400 Subject: [PATCH] Update _config.yml updating binderhub_url to CC allocation --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3afd50b..fc84e06 100644 --- a/_config.yml +++ b/_config.yml @@ -58,7 +58,7 @@ jupyterhub_interact_text : "Launch JupyterHub" # The text that interact # Binder link settings use_binder_button : true # If 'true', add a binder button for interactive links -binderhub_url : "https://mybinder.org" # The URL for your BinderHub. If no URL, use "" +binderhub_url : "https://binder.conp.cloud" # The URL for your BinderHub. If no URL, use "" binder_repo_base : "https://github.com/" # The site on which the textbook repository is hosted binder_repo_org : "brainhack101" # The username or organization that owns this repository binder_repo_name : "introML-book" # The name of the repository on the web