Skip to content

Commit 9196fa5

Browse files
[core] Fix tools-public.mui.com redirection
1 parent ee80be2 commit 9196fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/priority-support-validation-prompt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
body: |
3232
You have created a support request under the ["Priority Support"](https://mui.com/legal/technical-support-sla/#priority-support) terms, which is a paid add-on to MUI X Premium ⏰. Please validate your support key using the link below:
3333
34-
https://tools-public.mui.com/prod/pages/jyhs86t?repo=mui-x&issueId=${{ github.event.issue.number }}
34+
https://tools-public.mui.com/prod/pages/validateSupport?repo=mui-x&issueId=${{ github.event.issue.number }}
3535
3636
Do not share your support key in this issue!
3737

dangerFileContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ async function reportBundleSize() {
141141
const comparison = await loadLastComparison(upstreamRef);
142142

143143
const detailedComparisonQuery = `circleCIBuildNumber=${circleCIBuildNumber}&baseRef=${danger.github.pr.base.ref}&baseCommit=${comparison.previous}&prNumber=${danger.github.pr.number}`;
144-
const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/h71gdad?${detailedComparisonQuery}`;
144+
const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/bundleSizes?${detailedComparisonQuery}`;
145145
const detailedComparisonRoute = `/size-comparison?${detailedComparisonQuery}`;
146146
const detailedComparisonUrl = `https://mui-dashboard.netlify.app${detailedComparisonRoute}`;
147147

docs/src/components/about/Team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import SectionHeadline from 'docs/src/components/typography/SectionHeadline';
2020
import GradientText from 'docs/src/components/typography/GradientText';
2121
import teamMembers from 'docs/data/about/teamMembers.json';
2222
/**
23-
* The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/nSwYn51
23+
* The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/muicomabout
2424
2525
curl 'https://tools-public.mui.com/prod/api/data/muicomabout/queryAbout' \
2626
-H 'content-type: application/json' \

0 commit comments

Comments
 (0)