Skip to content

Commit

Permalink
fix: πŸ› Fixed broken links
Browse files Browse the repository at this point in the history
βœ… Closes: #341
  • Loading branch information
CrisGrud committed Oct 6, 2023
1 parent 2f5424e commit 3a3df57
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/components/BreadCrumbs/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
...getDocsPage({
basedOn: {
label: "MUI BreadCrumbs Component",
url: "https://mui.com/material-ui/react-progress/",
url: "https://mui.com/material-ui/react-breadcrumbs/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/DateTimePicker/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
...getDocsPage({
basedOn: {
label: "MUI DateTimePicker Component",
url: "https://mui.com/material-ui/react-progress/",
url: "https://mui.com/x/react-date-pickers/date-time-picker/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
Expand Down
4 changes: 0 additions & 4 deletions src/components/ModalWithTabs/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ export default {
parameters: {
docs: {
...getDocsPage({
basedOn: {
label: "MUI Tabs Component",
url: "https://mui.com/material-ui/react-progress/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
dataCyDefault: DATA_CY_DEFAULT,
Expand Down
2 changes: 1 addition & 1 deletion src/components/SelectVirtualized/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
...getDocsPage({
basedOn: {
label: "MUI Autocomplete Component",
url: "https://mui.com/components/autocomplete/",
url: "https://mui.com/material-ui/react-select/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Stepper/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default {
...getDocsPage({
basedOn: {
label: "MUI Stepper Component",
url: "https://mui.com/material-ui/react-progress/",
url: "https://mui.com/material-ui/react-stepper/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tabs/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
...getDocsPage({
basedOn: {
label: "MUI Tabs Component",
url: "https://mui.com/material-ui/react-progress/",
url: "https://mui.com/material-ui/react-tabs/",
},
component: COMPONENT_NAME,
e2eTestInfo: {
Expand Down

0 comments on commit 3a3df57

Please sign in to comment.