Skip to content

Commit 6f3d339

Browse files
authored
Fix links in README.md (#774)
### Description Updated links in README to point to the correct documentation and resources. ### Status **Ready** ### Please ensure all the checkboxes: <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Codeformat tests passed locally by running `./runtests.sh --codeformat`. - [ ] In-line docstrings updated. - [ ] Update `version` and `changelog` in `metadata.json` if changing an existing bundle. - [ ] Please ensure the naming rules in config files meet our requirements (please refer to: `CONTRIBUTING.md`). - [ ] Ensure versions of packages such as `monai`, `pytorch` and `numpy` are correct in `metadata.json`. - [ ] Descriptions should be consistent with the content, such as `eval_metrics` of the provided weights and TorchScript modules. - [ ] Files larger than 25MB are excluded and replaced by providing download links in `large_file.yml`. - [ ] Avoid using path that contains personal information within config files (such as use `/home/your_name/` for `"bundle_root"`). Signed-off-by: Michael Zephyr <mzephyr@nvidia.com>
1 parent d86a119 commit 6f3d339

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# MONAI Model Zoo
22

3-
MONAI Model Zoo hosts a collection of medical imaging models in the [MONAI Bundle](https://docs.monai.io/en/latest/bundle_intro.html) format.
3+
MONAI Model Zoo hosts a collection of medical imaging models in the [MONAI Bundle](https://monai.readthedocs.io/en/stable/bundle_intro.html) format.
44
All source code of models (bundles) are tracked in `models/`, and for each distinct version of a bundle, it will be archived as a `.zip` file (named in the form of `bundle_name_version.zip`) and stored in `Releases`.
55

66
## Getting Started
77

8-
To browse the available models, please see https://monai.io/model-zoo.
8+
To browse the available models, please see [https://project-monai.github.io/model-zoo.html](https://project-monai.github.io/model-zoo.html).
99

1010
A basic example to download and extract a bundle is:
1111

@@ -41,7 +41,7 @@ The MONAI Model Zoo does not make any statement of the suitability of any model
4141
To make a contribution in MONAI Model Zoo, see the [contributing guidelines](https://github.com/Project-MONAI/model-zoo/blob/dev/CONTRIBUTING.md).
4242

4343
## Links
44-
- The models are currently hosted at https://github.com/Project-MONAI/model-zoo/releases/tag/hosting_storage_v1
44+
- The models are currently hosted at [https://huggingface.co/MONAI](https://huggingface.co/MONAI)
4545
- MONAI Bundle API tutorials: https://github.com/Project-MONAI/tutorials/tree/main/bundle
4646
- MONAI Bundle demo: https://github.com/Project-MONAI/tutorials/tree/main/model_zoo
47-
- MONAI model zoo browser: https://monai.io/model-zoo.html
47+
- MONAI model zoo browser: [https://project-monai.github.io/model-zoo.html](https://project-monai.github.io/model-zoo.html)

0 commit comments

Comments
 (0)