From 080c6eaada7e57176133982d3acc9a92fe15f223 Mon Sep 17 00:00:00 2001 From: Gus Powers Date: Thu, 14 Mar 2024 19:55:34 -0400 Subject: [PATCH] update branch references to main --- README.md | 4 ++-- notebooks/00-Introduction.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0113199..e76f7c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Introduction to Python for Data Science -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/uc-python/intro-python-datasci/master?urlpath=lab) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/uc-python/intro-python-datasci/main?urlpath=lab) ### Course Description @@ -72,7 +72,7 @@ These easiest way to install Python, Jupyter, and the necessary packages is thro There are two ways to download the class materials: 1. Clone it - If you're familiar with how to do so, you can clone this repository. -2. Download the files as a zip - use [this link](https://github.com/uc-python/intro-python-datasci/archive/master.zip) +2. Download the files as a zip - use [this link](https://github.com/uc-python/intro-python-datasci/archive/refs/heads/main.zip) ### Questions diff --git a/notebooks/00-Introduction.ipynb b/notebooks/00-Introduction.ipynb index 7f10bac..669eded 100644 --- a/notebooks/00-Introduction.ipynb +++ b/notebooks/00-Introduction.ipynb @@ -411,7 +411,7 @@ } }, "source": [ - "* You can either access this material through [Binder](https://mybinder.org/v2/gh/uc-python/intro-python-datasci/master) or by [downloading the material](https://github.com/uc-python/intro-python-datasci/archive/master.zip)\n", + "* You can either access this material through [Binder](https://mybinder.org/v2/gh/uc-python/intro-python-datasci/main) or by [downloading the material](https://github.com/uc-python/intro-python-datasci/archive/refs/heads/main.zip)\n", " and opening it via Anaconda Navigator and JupyterLab." ] },