codeant-ai-for-open-source[bot] commented on code in PR #43403:
URL: https://github.com/apache/superset/pull/43403#discussion_r3832979870
##########
docs/src/pages/community.tsx:
##########
@@ -67,7 +67,7 @@ const communityLinks = [
'Join our monthly virtual meetups and register for any upcoming events
on Meetup',
},
{
- url:
'https://github.com/apache/superset/blob/master/RESOURCES/INTHEWILD.md',
+ url: 'https://superset.apache.org/inTheWild/',
Review Comment:
**Suggestion:** The internal page is hard-coded to the production origin, so
the community card on local development servers, preview deployments, and
alternate hosted environments sends users to the production site instead of
that environment's `inTheWild` page. Use a site-relative Docusaurus URL so the
link follows the current deployment. [api mismatch]
<details>
<summary><b>Severity Level:</b> Minor ๐งน</summary>
```mdx
- โ ๏ธ Local development links leave the active site.
- โ ๏ธ Preview users cannot verify the Organizations destination locally.
- โ ๏ธ Alternate hosted deployments display production content instead.
```
</details>
[](https://docs.codeant.ai/cli/resolve-pr-comments-skill)
<details>
<summary><b>Prompt for AI Agent ๐ค </b></summary>
```mdx
This is a comment left during a code review.
**Path:** docs/src/pages/community.tsx
**Line:** 70:70
**Comment:**
*Api Mismatch: The internal page is hard-coded to the production
origin, so the community card on local development servers, preview
deployments, and alternate hosted environments sends users to the production
site instead of that environment's `inTheWild` page. Use a site-relative
Docusaurus URL so the link follows the current deployment.
Validate the correctness of the flagged issue. If correct, How can I resolve
this? If you propose a fix, implement it and please make it concise.
Once fix is implemented, also check other comments on the same PR, and ask
user if the user wants to fix the rest of the comments as well. if said yes,
then fetch all the comments validate the correctness and implement a minimal fix
```
</details>
<a
href='https://app.codeant.ai/feedback?pr_url=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fpull%2F43403&comment_hash=b3bf9c382551abad56e8a5774048b5fad62fc41ca8c5ec94a8373a506d361437&reaction=like'>๐</a>
| <a
href='https://app.codeant.ai/feedback?pr_url=https%3A%2F%2Fgithub.com%2Fapache%2Fsuperset%2Fpull%2F43403&comment_hash=b3bf9c382551abad56e8a5774048b5fad62fc41ca8c5ec94a8373a506d361437&reaction=dislike'>๐</a>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]