chore: added a link to YouTube injective#1031
Conversation
WalkthroughA YouTube channel link for "Injective YouTube" was added to the "⛑ Support" section of the README, expanding the list of available support contact methods. No other content or structural changes were made to the document. Changes
Poem
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure 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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
69-69: Approve the addition of the YouTube support link.This expands the ⛑ Support section with another valuable contact method.
Enhance security for external links.
When using
target="_blank", it’s best practice to includerel="noopener noreferrer"to prevent the new page from gaining access to yourwindowobject. For example:- - YouTube at <a href="https://www.youtube.com/channel/UCN99m0dicoMjNmJV9mxioqQ" target="_blank">`Injective YouTube`</a> + - YouTube at <a href="https://www.youtube.com/channel/UCN99m0dicoMjNmJV9mxioqQ" target="_blank" rel="noopener noreferrer">`Injective YouTube`</a>
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (1)
README.md(1 hunks)
Summary by CodeRabbit