From 9196fa5a99f366091624f65a3ba0c5f9e26f3ec1 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 3 Nov 2024 17:51:03 +0100 Subject: [PATCH] [core] Fix tools-public.mui.com redirection --- .github/workflows/priority-support-validation-prompt.yml | 2 +- dangerFileContent.ts | 2 +- docs/src/components/about/Team.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/priority-support-validation-prompt.yml b/.github/workflows/priority-support-validation-prompt.yml index ad69c7604bdea3..35fa784b559e4e 100644 --- a/.github/workflows/priority-support-validation-prompt.yml +++ b/.github/workflows/priority-support-validation-prompt.yml @@ -31,7 +31,7 @@ jobs: body: | 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: - https://tools-public.mui.com/prod/pages/jyhs86t?repo=mui-x&issueId=${{ github.event.issue.number }} + https://tools-public.mui.com/prod/pages/validateSupport?repo=mui-x&issueId=${{ github.event.issue.number }} Do not share your support key in this issue! diff --git a/dangerFileContent.ts b/dangerFileContent.ts index 1a616a20c23cc0..8469d7f28978b6 100644 --- a/dangerFileContent.ts +++ b/dangerFileContent.ts @@ -141,7 +141,7 @@ async function reportBundleSize() { const comparison = await loadLastComparison(upstreamRef); const detailedComparisonQuery = `circleCIBuildNumber=${circleCIBuildNumber}&baseRef=${danger.github.pr.base.ref}&baseCommit=${comparison.previous}&prNumber=${danger.github.pr.number}`; - const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/h71gdad?${detailedComparisonQuery}`; + const detailedComparisonToolpadUrl = `https://tools-public.mui.com/prod/pages/bundleSizes?${detailedComparisonQuery}`; const detailedComparisonRoute = `/size-comparison?${detailedComparisonQuery}`; const detailedComparisonUrl = `https://mui-dashboard.netlify.app${detailedComparisonRoute}`; diff --git a/docs/src/components/about/Team.tsx b/docs/src/components/about/Team.tsx index 582a6fcb43cc16..cf220d97bca9ff 100644 --- a/docs/src/components/about/Team.tsx +++ b/docs/src/components/about/Team.tsx @@ -20,7 +20,7 @@ import SectionHeadline from 'docs/src/components/typography/SectionHeadline'; import GradientText from 'docs/src/components/typography/GradientText'; import teamMembers from 'docs/data/about/teamMembers.json'; /** - * The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/nSwYn51 + * The teamMembers data can be imported from: https://tools-public.mui.com/prod/pages/muicomabout curl 'https://tools-public.mui.com/prod/api/data/muicomabout/queryAbout' \ -H 'content-type: application/json' \