From 717a523ee7153f2ef45a87a2a07d02a74b7d45ea Mon Sep 17 00:00:00 2001 From: Uku-Kaspar Uustalu Date: Mon, 25 Oct 2021 15:41:19 -0400 Subject: [PATCH] fix binder link and update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4d856..d5591cf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Download and install Python Anaconda distribution 3.7 and the workshop materials If you have a Berkeley CalNet ID, you can run these lessons on UC Berkeley's DataHub by clicking [this link](https://datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdlab-berkeley%2Fpython-fundamentals&urlpath=tree%2Fpython-fundamentals%2F). By using this link, you can save your work and come back to it at any time. When you want to return to your saved work, just go straight to DataHub (https://datahub.berkeley.edu), sign in, and you click on the `python-fundamentals` folder. If you don't have a Berkeley CalNet ID, you can still run these lessons in the cloud, by clicking this button: -[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/dlab-berkeley/python-fundamentals/master) +[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dlab-berkeley/python-fundamentals/main) By using this button, you cannot save your work unfortunately. > If you are a Git user, simply clone this repository by opening a terminal and typing: `git clone git@github.com:dlab-berkeley/python-fundamentals.git`