Fix links to model-zoo browser#782
Conversation
Signed-off-by: James Abley <james.abley@gmail.com>
WalkthroughUpdated two broken URLs in README.md, replacing Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
8-8: Optional: use a shared Markdown reference link to prevent future URL drift.You now maintain the same URL in two places; a single reference keeps them in sync.
Suggested refactor
-To browse the available models, please see https://project-monai.github.io/model-zoo.html#/. +To browse the available models, please see [MONAI model zoo browser][model-zoo-browser]. @@ -- MONAI model zoo browser: https://project-monai.github.io/model-zoo.html#/ +- MONAI model zoo browser: [MONAI model zoo browser][model-zoo-browser] + +[model-zoo-browser]: https://project-monai.github.io/model-zoo.html#/Also applies to: 47-47
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 8, Replace the duplicated inline URL text "https://project-monai.github.io/model-zoo.html#/" in README.md with a single markdown reference-style link (e.g., [model-zoo]) wherever it appears and add a single reference definition at the bottom of the file (e.g., [model-zoo]: https://project-monai.github.io/model-zoo.html#/) so both occurrences reuse the same reference and avoid URL drift.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 8: Replace the duplicated inline URL text
"https://project-monai.github.io/model-zoo.html#/" in README.md with a single
markdown reference-style link (e.g., [model-zoo]) wherever it appears and add a
single reference definition at the bottom of the file (e.g., [model-zoo]:
https://project-monai.github.io/model-zoo.html#/) so both occurrences reuse the
same reference and avoid URL drift.
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
|
Hi @jabley sorry about this PR, it looks like the fixes for the URLs were included in a previous PR that I just merged now. I am seeing no files changed now after resolving conflicts so I'm afraid there's nothing to merge. Thanks for contributing though! |
Fixes #769 .
Description
Fix links in README to hosted model zoo browser
Status
Ready
Summary by CodeRabbit