-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Update README.md #763
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
Update README.md #763
Conversation
Update License badge to AGPL 3.0
|
@V1d1o7 is attempting to deploy a commit to the Listinai Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughThe README.md file was updated to change the displayed license from Apache 2.0 to AGPL 3.0. This included updating the badge image, its alt text, and the hyperlink to point to the AGPL 3.0 license. No other content or files were modified. Changes
Poem
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration 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: 1
🧹 Nitpick comments (1)
README.md (1)
19-19: Improve alt text for accessibility
Include the license name in thealtattribute to clearly communicate the badge purpose:-<img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License"> +<img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License: AGPL v3">
| <a href="https://opensource.org/license/agpl-v3"> | ||
| <img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License"> |
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.
Fix broken AGPL badge link
The OSI license URL should use the plural path licenses and the slug AGPL-3.0 to avoid a 404. Replace:
-<a href="https://opensource.org/license/agpl-v3">
+<a href="https://opensource.org/licenses/AGPL-3.0">📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| <a href="https://opensource.org/license/agpl-v3"> | |
| <img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License"> | |
| <a href="https://opensource.org/licenses/AGPL-3.0"> | |
| <img src="https://img.shields.io/badge/License-AGPL%203.0-blue.svg" alt="License"> |
🤖 Prompt for AI Agents
In README.md around lines 18 to 19, the AGPL license badge link is broken
because it uses the singular path "license" and an incorrect slug "agpl-v3".
Update the URL to use the plural path "licenses" and the correct slug "AGPL-3.0"
to fix the 404 error.
Update License badge to AGPL 3.0
What kind of change does this PR introduce?
eg: Bug fix, feature, docs update, ...
Why was this change needed?
Please link to related issues when possible, and explain WHY you changed things, not WHAT you changed.
Other information:
eg: Did you discuss this change with anybody before working on it (not required, but can be a good idea for bigger changes). Any plans for the future, etc?
Checklist:
Put a "X" in the boxes below to indicate you have followed the checklist;
Summary by CodeRabbit