-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix broken link in README.md #282
Conversation
WalkthroughWalkthroughThe modification entails a simple yet crucial update to a hyperlink within the project's Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional Context UsedLanguageTool (77)
Additional comments not posted (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Out of diff range and nitpick comments (6)
README.md (6)
Line range hint
31-31
: The markdown link for "Smart-Routing" is missing a closing square bracket. This will cause the link not to render properly.- [Smart-Routing](https://github.com/8xFF/atm0s-sdn/blob/master/docs/smart_routing.md) + [Smart-Routing](https://github.com/8xFF/atm0s-sdn/blob/master/docs/smart_routing.md)
Line range hint
51-51
: The link to "Cloudflare interconnected network" has an extra closing parenthesis which might cause the link to not function correctly.- [Cloudflare interconnected network](https://blog.cloudflare.com/announcing-cloudflare-calls/)) + [Cloudflare interconnected network](https://blog.cloudflare.com/announcing-cloudflare-calls/)
Line range hint
147-147
: The markdown link for "Discord channel" is missing a closing square bracket. This will cause the link not to render properly.- [Discord channel](https://discord.gg/qXr5zxsJWp) + [Discord channel](https://discord.gg/qXr5zxsJWp)
Line range hint
90-91
: The operating system from Apple should be written as "macOS" instead of "MacOS".- MacOS + macOS
Line range hint
99-99
: The fenced code block for Docker commands should specify the language for better syntax highlighting.- ``` + ```bash
Line range hint
3-33
: All images in the document should have alternate text (alt text) to improve accessibility.- <img src="https://github.com/8xFF/atm0s-media-server/actions/workflows/rust.yml/badge.svg?branch=master"> + <img src="https://github.com/8xFF/atm0s-media-server/actions/workflows/rust.yml/badge.svg?branch=master" alt="Build status">
Pull Request
Description
This PR fix broken link in README
Related Issue
If this pull request is related to any issue, please mention it here.
Checklist
Screenshots
If applicable, add screenshots to help explain the changes made.
Additional Notes
Add any additional notes or context about the pull request here.