From 139b62c4aa161969ad1126c4feeec88c9833d4ef Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:30:05 +0800 Subject: [PATCH] Fix outdated link in the docs (#7971) Fixes #7968 ### Description Fix outdated link in the docs ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index b6c8c22f98..85adee7e44 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -37,7 +37,7 @@ Features Getting started --------------- -`MedNIST demo `_ and `MONAI for PyTorch Users `_ are available on Colab. +`MedNIST demo `_ and `MONAI for PyTorch Users `_ are available on Colab. Examples and notebook tutorials are located at `Project-MONAI/tutorials `_.