dosubot[bot] commented on issue #28388: URL: https://github.com/apache/superset/issues/28388#issuecomment-2101044625
<!-- Answer --> To address the 404 Not Found error for the Superset documentation link of issue codes, specifically for error code 1022, the issue stems from an incorrect URL format in the application. The correct URL should be structured as `https://superset.apache.org/docs/using-superset/issue-codes/#issue-1022`, but it seems the application directs users to a non-existent page. This incorrect URL generation likely occurs in the `superset-frontend/src/components/ErrorMessage/IssueCode.tsx` file, where the link to the documentation is constructed. To correct this, you can either report the issue on the Apache Superset GitHub repository or submit a pull request with the corrected URL format. Here's a brief guide on how to proceed: 1. **Report the Issue:** Create a new issue in the Apache Superset GitHub repository, detailing the incorrect documentation link and suggesting the correct URL format. 2. **Submit a Pull Request:** If you're comfortable with making code changes, fork the repository, update the URL in the `superset-frontend/src/components/ErrorMessage/IssueCode.tsx` file to match the correct format, and submit a pull request for review. This contribution will help improve the Superset documentation and assist others encountering the same issue. For further details, refer to the [Superset repository](https://github.com/apache/superset) and its [documentation](https://superset.apache.org/docs/using-superset/issue-codes/#issue-1022). <!-- Dosu Comment Footer --> <details open> <summary> #### Details </summary> **Sources** - [docs/docs/using-superset/issue-codes.mdx](https://github.com/apache/superset/blob/master/docs/docs/using-superset/issue-codes.mdx) - [superset-frontend/src/components/ErrorMessage/IssueCode.tsx](https://github.com/apache/superset/blob/master/superset-frontend/src/components/ErrorMessage/IssueCode.tsx) - [tests/unit_tests/utils/urls_tests.py](https://github.com/apache/superset/blob/master/tests/unit_tests/utils/urls_tests.py) - [superset-frontend/src/explore/exploreUtils/exploreUtils.test.jsx](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/exploreUtils/exploreUtils.test.jsx) - [superset-frontend/src/explore/exploreUtils/getExploreUrl.test.ts](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/exploreUtils/getExploreUrl.test.ts) - [docs/docusaurus.config.js](https://github.com/apache/superset/blob/master/docs/docusaurus.config.js) - [docs/docs/contributing/contributing.mdx](https://github.com/apache/superset/blob/master/docs/docs/contributing/contributing.mdx) - [docs/static/.htaccess](https://github.com/apache/superset/blob/master/docs/static/.htaccess) <br/> **About Dosu** This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. </details> *To continue the conversation, 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: [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]
