dosubot[bot] commented on issue #30985: URL: https://github.com/apache/superset/issues/30985#issuecomment-2487406178
<!-- Greeting --> Hey there, @dwgrossberg! I'm here to help you with any bugs, questions, or contributions related to Superset. Looking forward to assisting you! <!-- Answer --> A similar issue was previously reported and closed, which involved a broken link in the top-level documentation <sup>[[1]](https://github.com/apache/superset/issues/14012)</sup>. The problem you're experiencing with the "Edit this page on GitHub" link likely stems from the `editUrl` configuration in the `docusaurus.config.js` file. The `editUrl` is set to `'https://github.com/apache/superset/edit/master/docs'`, which might not match the current file structure if the `intro.md` file has been moved or renamed <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docusaurus.config.js)</sup>. To resolve this, you may need to verify the actual location of the `intro.md` file in the repository and update the `editUrl` configuration accordingly. If the file path has changed, updating the `editUrl` to reflect the new path should fix the broken link issue. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org