bito-code-review[bot] commented on code in PR #38092: URL: https://github.com/apache/superset/pull/38092#discussion_r3454959446
########## docs/admin_docs/installation/kubernetes.mdx: ########## @@ -262,6 +262,7 @@ OAuth setup requires that the [authlib](https://authlib.org/) Python library is be done using `pip` by updating the `bootstrapScript`. See the [Dependencies](#dependencies) section for more information. +More complete examples of OAuth configuration can be found in the [Security documentation](/admin-docs/security/oauth.mdx). Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Inconsistent link format</b></div> <div id="fix"> The link includes `.mdx` extension but all other security documentation links omit it (e.g., `/admin-docs/security/securing_superset`, `/admin-docs/security/`). Remove the extension for consistency with the established documentation pattern. </div> <details> <summary> <b>Code suggestion</b> </summary> <blockquote>Check the AI-generated fix before applying</blockquote> <div id="code"> ``` --- docs/admin_docs/installation/kubernetes.mdx +++ docs/admin_docs/installation/kubernetes.mdx @@ -262,6 +262,6 @@ for more information. -More complete examples of OAuth configuration can be found in the [Security documentation](/admin-docs/security/oauth.mdx). +More complete examples of OAuth configuration can be found in the [Security documentation](/admin-docs/security/oauth). ::: ``` </div> </details> </div> <small><i>Code Review Run #8b6302</i></small> </div> --- Should Bito avoid suggestions like this for future reviews? (<a href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>) - [ ] Yes, avoid them -- 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]
