bito-code-review[bot] commented on PR #43403:
URL: https://github.com/apache/superset/pull/43403#issuecomment-5374166891

   <!-- Bito Reply -->
   The flagged issue is correct. Hard-coding the production origin prevents the 
link from working correctly in local, preview, or alternate environments. To 
resolve this, you should use a site-relative path. Based on the provided 
context, you can update the URL to a relative path like '/inTheWild/'.
   
   **docs/src/pages/community.tsx**
   ```
   {
   -    url: 
'https://github.com/apache/superset/blob/master/RESOURCES/INTHEWILD.md',
   +    url: '/inTheWild/',
       title: 'Organizations',
   ```


-- 
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]

Reply via email to