From 19eaeccab67fb0cbccbd8ed4b5dc92bfbd2151bd Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 16 Sep 2021 10:53:26 +0200 Subject: [PATCH] make UI links both explicit explicitly link both to classic notebook UI and lab UI, regardless of defaults --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdb72af..900fd96 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Enabling Jupyter Extensions with post-build commands -[![Binder](https://mybinder.org/badge_logo.svg)](https://beta.mybinder.org/v2/gh/binder-examples/jupyter-extension/master?filepath=index.ipynb) (Jupyter Notebook) +[![Binder](https://mybinder.org/badge_logo.svg)](https://beta.mybinder.org/v2/gh/binder-examples/jupyter-extension/HEAD?urlpath=/tree/index.ipynb) (Jupyter Notebook) -[![Binder](https://mybinder.org/badge_logo.svg)](https://beta.mybinder.org/v2/gh/binder-examples/jupyter-extension/master?urlpath=lab) (Jupyter Lab) +[![Binder](https://mybinder.org/badge_logo.svg)](https://beta.mybinder.org/v2/gh/binder-examples/jupyter-extension/HEAD?urlpath=lab/tree/index.ipynb) (Jupyter Lab) This example demonstrates how to enable Jupyter extensions with Binder.We currently only cover one example