From fc2d2a561588d9dcdfd18e283efece815d7cd906 Mon Sep 17 00:00:00 2001 From: Fumiaki Hisaoka Date: Sat, 31 May 2025 17:54:36 +0900 Subject: [PATCH] fix: broken and outdated links in the README. Signed-off-by: Fumiaki Hisaoka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b8223e549..0cd14c8a3f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Please refer to [the installation guide](https://docs.monai.io/en/latest/install ## Getting Started -[MedNIST demo](https://colab.research.google.com/drive/1wy8XUSnNWlhDNazFdvGBHLfdkGvOHBKe) and [MONAI for PyTorch Users](https://colab.research.google.com/drive/1boqy7ENpKrqaJoxFlbHIBnIODAs1Ih1T) are available on Colab. +[MedNIST demo](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/mednist_tutorial.ipynb) and [MONAI for PyTorch Users](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/modules/developer_guide.ipynb) are available on Colab. Examples and notebook tutorials are located at [Project-MONAI/tutorials](https://github.com/Project-MONAI/tutorials).