Skip to content

Commit a879a93

Browse files
[core] Replace relative links to absolute ones in JSDocs (#43472)
1 parent eab1b9e commit a879a93

File tree

137 files changed

+325
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+325
-325
lines changed

docs/pages/material-ui/api/accordion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"name": "transition",
55-
"description": "The component that renders the transition.\n[Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
55+
"description": "The component that renders the transition.\n[Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
5656
"default": "Collapse",
5757
"class": null
5858
}

docs/pages/material-ui/api/alert.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"default": "{}",
1919
"deprecated": true,
20-
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
20+
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
2121
},
2222
"componentsProps": {
2323
"type": { "name": "shape", "description": "{ closeButton?: object, closeIcon?: object }" },
2424
"default": "{}",
2525
"deprecated": true,
26-
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
26+
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
2727
},
2828
"icon": { "type": { "name": "node" } },
2929
"iconMapping": {

docs/pages/material-ui/api/autocomplete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"description": "{ clearIndicator?: object, paper?: object, popper?: object, popupIndicator?: object }"
3030
},
3131
"deprecated": true,
32-
"deprecationInfo": "Use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
32+
"deprecationInfo": "Use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
3333
},
3434
"defaultValue": {
3535
"type": { "name": "custom", "description": "any" },

docs/pages/material-ui/api/avatar-group.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"componentsProps": {
77
"type": { "name": "shape", "description": "{ additionalAvatar?: object }" },
88
"deprecated": true,
9-
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
9+
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1010
},
1111
"max": { "type": { "name": "custom", "description": "number" }, "default": "5" },
1212
"renderSurplus": {

docs/pages/material-ui/api/avatar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"slots": [
4040
{
4141
"name": "img",
42-
"description": "The component that renders the transition.\n[Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
42+
"description": "The component that renders the transition.\n[Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
4343
"default": "Collapse",
4444
"class": "MuiAvatar-img"
4545
}

docs/pages/material-ui/api/backdrop.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"type": { "name": "shape", "description": "{ Root?: elementType }" },
99
"default": "{}",
1010
"deprecated": true,
11-
"deprecationInfo": "Use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
11+
"deprecationInfo": "Use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1212
},
1313
"componentsProps": {
1414
"type": { "name": "shape", "description": "{ root?: object }" },
1515
"default": "{}",
1616
"deprecated": true,
17-
"deprecationInfo": "Use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
17+
"deprecationInfo": "Use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1818
},
1919
"invisible": { "type": { "name": "bool" }, "default": "false" },
2020
"slotProps": {
@@ -60,7 +60,7 @@
6060
},
6161
{
6262
"name": "transition",
63-
"description": "The component that renders the transition.\n[Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
63+
"description": "The component that renders the transition.\n[Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
6464
"default": "Fade",
6565
"class": null
6666
}

docs/pages/material-ui/api/badge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": { "name": "shape", "description": "{ Badge?: elementType, Root?: elementType }" },
2323
"default": "{}",
2424
"deprecated": true,
25-
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
25+
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
2626
},
2727
"componentsProps": {
2828
"type": {
@@ -31,7 +31,7 @@
3131
},
3232
"default": "{}",
3333
"deprecated": true,
34-
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
34+
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
3535
},
3636
"invisible": { "type": { "name": "bool" }, "default": "false" },
3737
"max": { "type": { "name": "number" }, "default": "99" },

docs/pages/material-ui/api/divider.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": { "name": "bool" },
1010
"default": "false",
1111
"deprecated": true,
12-
"deprecationInfo": "Use &lt;Divider sx={{ opacity: 0.6 }} /&gt; (or any opacity or color) instead. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
12+
"deprecationInfo": "Use &lt;Divider sx={{ opacity: 0.6 }} /&gt; (or any opacity or color) instead. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1313
},
1414
"orientation": {
1515
"type": { "name": "enum", "description": "'horizontal'<br>&#124;&nbsp;'vertical'" },

docs/pages/material-ui/api/filled-input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"type": { "name": "shape", "description": "{ Input?: elementType, Root?: elementType }" },
1414
"default": "{}",
1515
"deprecated": true,
16-
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
16+
"deprecationInfo": "use the <code>slots</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1717
},
1818
"componentsProps": {
1919
"type": { "name": "shape", "description": "{ input?: object, root?: object }" },
2020
"default": "{}",
2121
"deprecated": true,
22-
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
22+
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
2323
},
2424
"defaultValue": { "type": { "name": "any" } },
2525
"disabled": { "type": { "name": "bool" } },

docs/pages/material-ui/api/form-control-label.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": { "name": "shape", "description": "{ typography?: object }" },
88
"default": "{}",
99
"deprecated": true,
10-
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
10+
"deprecationInfo": "use the <code>slotProps</code> prop instead. This prop will be removed in v7. See <a href=\"https://mui.com/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
1111
},
1212
"disabled": { "type": { "name": "bool" } },
1313
"disableTypography": { "type": { "name": "bool" } },

0 commit comments

Comments
 (0)