fix: update links to reference docs listing Superset issue codes (#28389)

This commit is contained in:
Jonathan Schneider 2024-05-08 21:08:38 +02:00 committed by GitHub
parent 55f3b46f41
commit c8185694be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,6 +41,6 @@ test('should render the link', () => {
const link = screen.getByRole('link');
expect(link).toHaveAttribute(
'href',
`https://superset.apache.org/docs/miscellaneous/issue-codes#issue-${mockedProps.code}`,
`https://superset.apache.org/docs/using-superset/issue-codes#issue-${mockedProps.code}`,
);
});

View File

@ -28,7 +28,7 @@ export default function IssueCode({ code, message }: IssueCodeProps) {
<>
{message}{' '}
<a
href={`https://superset.apache.org/docs/miscellaneous/issue-codes#issue-${code}`}
href={`https://superset.apache.org/docs/using-superset/issue-codes#issue-${code}`}
rel="noopener noreferrer"
target="_blank"
>