From 54f28b5b44cce0ce18dc9ddccd4a562f2a071f8a Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Tue, 14 Nov 2023 00:27:39 +0800 Subject: [PATCH] Fix broken link in monai_101.ipynb (#1570) Fixes #1569 ### Checks - [x] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t ` Signed-off-by: KumoLiu --- 2d_classification/monai_101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2d_classification/monai_101.ipynb b/2d_classification/monai_101.ipynb index 97db9f52df..e47a6eba89 100644 --- a/2d_classification/monai_101.ipynb +++ b/2d_classification/monai_101.ipynb @@ -28,7 +28,7 @@ "\n", "This tutorial will use about 7GB of GPU memory and 10 minutes to run.\n", "\n", - "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/mednist_101.ipynb)" + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/monai_101.ipynb)" ] }, {