Remove trailing slashes and update redirected Ultralytics URLs - #50
Conversation
|
👋 Hello @pderrenger, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
LGTM. Reviewed all three changed documentation files and the updated URL targets. The changes are limited to URL normalization and the Reddit redirect refresh; no concrete behavioral, compatibility, or maintainability issues were found.
|
🎉 PR #50 has been merged—thank you, @pderrenger, for improving the consistency of our documentation links!
Your updates normalized Ultralytics URLs and aligned the Reddit badge with its canonical destination, with no changes to code or runtime behavior. |
Normalizes Ultralytics link formatting across the repo docs and refreshes one redirected link.
Trailing slashes (11 removed, 3 files)
Removed the terminating path slash from every
ultralytics.com/*.ultralytics.comURL. Only slashes that terminate a path were touched — never path separators.README.md(4):www.ultralytics.com/,community.ultralytics.com/,docs.ultralytics.com/datasets/classify/imagenet/,docs.ultralytics.com/help/contributing/CODE_OF_CONDUCT.md(5):/help/contributing/,/help/CI/,/help/FAQ/,/help/code-of-conduct/,/help/CONTRIBUTING.md(2):/help/contributing/,community.ultralytics.com/All eight distinct destinations were re-checked serially and return HTTP 200 in their slashless form.
Redirect refresh (1 accepted)
https://reddit.com/r/ultralytics->https://www.reddit.com/r/ultralytics/(permanent 301 apex ->www; this is also the exact form used in the canonicalultralytics/ultralyticsREADME, so it keeps the social badge row consistent across repos).Deliberately not changed
https://ultralytics.com/licenseheader on every source file — no trailing slash, and these strings are owned by Ultralytics Actions.https://ultralytics.com/bilibili— vanity shortlink, meant to stay a redirect.server=https%3A%2F%2Fcommunity.ultralytics.cominside the shields.io Forums badge — URL-encoded parameter, left byte-identical (only the badge's link target was changed).opensource.guide/,discord.com/invite/ultralytics, Appledocs-assetscheckpoint URLs, GitHub links) — out of scope for the slash sweep and no redirects proposed.LICENSE,LICENSE_weights_data,ACKNOWLEDGMENTS,ios_app/ACKNOWLDGEMENTS— legal/attribution records, skipped.Notes
.md,.py,.toml,.yml,.shand.swiftsources; only the Reddit one was a genuine move. No dead links were flagged.https://www.reddit.com/r/ultralytics/answers 403 tocurl, which is Reddit's standard bot blocking rather than a broken link; the page is live in a browser.prettier@3.8.5 --print-width 120reports all three files already formatted, andcodespellis clean.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Updated repository documentation links by removing trailing slashes from Ultralytics URLs and changing the Reddit link to its canonical
wwwdestination.📊 Key Changes
README.md,CODE_OF_CONDUCT.md, andCONTRIBUTING.md.reddit.com/r/ultralyticstowww.reddit.com/r/ultralytics/.🎯 Purpose & Impact