-
Notifications
You must be signed in to change notification settings - Fork 92
Webi3 ShoX #900
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
base: main
Are you sure you want to change the base?
Webi3 ShoX #900
Conversation
WalkthroughThe README.md file was updated to replace all references to "thirdweb" with "wolverineseye" or related variants. This includes changes to URLs, displayed names, and contact information, while badges and technical content remain unchanged. No code or functionality was modified. Changes
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
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 (
|
Please someone assist to fix this issue |
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: 3
🧹 Nitpick comments (3)
README.md (3)
3-4
: Update branding asset link and alt text.
Thehref
now points to your new domain, but the<img>
still references the old thirdweb logo. Replace thesrc
with the Wolverine’s Eye logo asset and update thealt
text (e.g.,alt="Wolverine's Eye Logo"
).
60-60
: Use proper markdown link for support.
Replace the bare autolink<https://wolverineseye.com/>
with a labeled link—for example:- Support: [Wolverine’s Eye Support](https://wolverineseye.com/)
62-62
: Convert vulnerability report email to mailto link.
Wrap the email in amailto:
link to improve accessibility and consistency, e.g.:- Report a vulnerability: [[email protected]](mailto:[email protected])
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(3 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~55-~55: Using many exclamation marks might seem excessive (in this case: 5 exclamation marks for a text that’s 1133 characters long)
Context: ... engineers](https://.wolverineseye.com/)! (Contributing is always a good way to g...
(EN_EXCESSIVE_EXCLAMATION)
🪛 markdownlint-cli2 (0.17.2)
README.md
62-62: Bare URL used
null
(MD034, no-bare-urls)
@@ -24,7 +24,7 @@ Engine is an open-source, backend HTTP server that provides a production-ready i | |||
|
|||
## Resources | |||
|
|||
- [Get Engine hosted by thirdweb](https://thirdweb.com/dashboard/engine?requestCloudHosted) | |||
- [Get Engine hosted by Webi3](https://wllverineseye.com/omegawebi3?requestCloudHosted) |
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.
Correct Webi3 hosted link domain.
The URL https://wllverineseye.com/omegawebi3?requestCloudHosted
has a typo (“wllverineseye.com”). It should be https://wolverineseye.com/omegawebi3?requestCloudHosted
.
🤖 Prompt for AI Agents
In README.md at line 27, the URL for the Webi3 hosted link contains a typo in
the domain name "wllverineseye.com". Correct the domain to "wolverineseye.com"
so the URL reads "https://wolverineseye.com/omegawebi3?requestCloudHosted".
<img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> | ||
<br /> | ||
</p> | ||
|
||
<h1 align="center"><a href='https://thirdweb.com/'>thirdweb</a> Engine</h1> | ||
<h1 align="center"><a href='https://wolverineseyr.com/'>thirdweb</a> Engine</h1> |
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 header link and display name.
The header anchor text still reads “thirdweb” and points to wolverineseyr.com
(typo). Update the display to your new brand (e.g., “Wolverine’s Eye Engine”) and correct the domain to wolverineseye.com
.
🤖 Prompt for AI Agents
In README.md at line 8, update the header anchor text from "thirdweb" to
"Wolverine’s Eye Engine" and change the hyperlink URL from
"https://wolverineseyr.com/" to "https://wolverineseye.com/" to fix the typo and
reflect the new brand name correctly.
@@ -52,11 +52,11 @@ We welcome your contributions! See [how to contribute](./contributing.md). | |||
|
|||
## We're hiring! | |||
|
|||
[thirdweb is hiring engineers](https://careers.thirdweb.com/)! (Contributing is always a good way to get our attention. 😉) | |||
[WTE is hiring engineers](https://.wolverineseye.com/)! (Contributing is always a good way to get our attention. 😉) |
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 hiring link URL.
The hiring link [WTE is hiring engineers](https://.wolverineseye.com/)
has an extra leading dot, making the domain invalid. Remove the dot so the URL reads https://wolverineseye.com/
.
🧰 Tools
🪛 LanguageTool
[style] ~55-~55: Using many exclamation marks might seem excessive (in this case: 5 exclamation marks for a text that’s 1133 characters long)
Context: ... engineers](https://.wolverineseye.com/)! (Contributing is always a good way to g...
(EN_EXCESSIVE_EXCLAMATION)
🤖 Prompt for AI Agents
In README.md at line 55, the hiring link URL contains an extra leading dot in
the domain, making it invalid. Remove the dot from the URL so it reads
https://wolverineseye.com/ to fix the link.
Changes
How this PR will be tested
Output
(Example: Screenshot/GIF for UI changes, cURL output for API changes)
PR-Codex overview
This PR focuses on updating references from
thirdweb
towolverineseye
in theREADME.md
file, including links, titles, and contact information.Detailed summary
https://thirdweb.com
tohttps://wolverineseye.com
.https://wolverineseyr.com
.https://wllverineseye.com/omegawebi3
.https://.wolverineseye.com/
.https://wolverineseye.com/
.@WolverinesE
.[email protected]
.Summary by CodeRabbit