Skip to content

Commit

Permalink
[docs] Change ThemeProvider API links (mui#30705)
Browse files Browse the repository at this point in the history
  • Loading branch information
atakanzen authored and wladimirguerra committed Feb 2, 2022
1 parent 37e293e commit 1c2a786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mui-material/src/styles/ThemeProvider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface ThemeProviderProps<Theme = DefaultTheme> {
* It should preferably be used at **the root of your component tree**.
* API:
*
* - [ThemeProvider API](https://mui.com/api/theme-provider/)
* - [ThemeProvider API](/customization/theming/#themeprovider)
*/
export default function ThemeProvider<T = DefaultTheme>(
props: ThemeProviderProps<T>,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/src/ThemeProvider/ThemeProvider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface ThemeProviderProps<Theme = DefaultTheme> {
* It should preferably be used at **the root of your component tree**.
* API:
*
* - [ThemeProvider API](https://mui.com/api/theme-provider/)
* - [ThemeProvider API](/customization/theming/#themeprovider)
*/
export default function ThemeProvider<T = DefaultTheme>(
props: ThemeProviderProps<T>,
Expand Down

0 comments on commit 1c2a786

Please sign in to comment.