Skip to content

Commit

Permalink
[core] Fix tools-public.mui.com redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 3, 2024
1 parent ee80be2 commit 9196fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/priority-support-validation-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion dangerFileContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;

Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/about/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 9196fa5

Please sign in to comment.