From 9c68d2b4e761d0460c83a7d55173a6399a3bf814 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Mon, 23 Sep 2024 15:14:50 -0400 Subject: [PATCH] Fix links in demo README --- 34_PyPackaging/demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/34_PyPackaging/demo/README.md b/34_PyPackaging/demo/README.md index 4f20057..e97e672 100644 --- a/34_PyPackaging/demo/README.md +++ b/34_PyPackaging/demo/README.md @@ -15,7 +15,7 @@ the end of the demo in the `pre-baked-cake/` folder. ## Getting Started To run this locally, you may need to install some additional packages. -Run the following commands from inside this directory (`sciware/35_PyPackaging/demo/`). +Run the following commands from inside this directory (`sciware/34_PyPackaging/demo/`). If you are a conda user, you can run @@ -40,7 +40,7 @@ any local installation being necessary. Note that this will be a slightly different UI than the presenter will be using, so some parts may be slightly harder to follow along. -[Click Here](https://colab.research.google.com/github/flatironinstitute/sciware/blob/main/35_PyPackaging/demo/Demo.ipynb) to launch a Colab session +[Click Here](https://colab.research.google.com/github/flatironinstitute/sciware/blob/main/34_PyPackaging/demo/Demo.ipynb) to launch a Colab session You will need to uncomment and run the first cell of the notebook which says "Google Colab: uncomment and run this next line!"