Skip to content

Commit 2feb02a

Browse files
committed
Merge pull request mui#4236 from alitaheri/theme-doc-fix
[Docs] Fix Themes page broken link
2 parents a4ffab2 + f79630d commit 2feb02a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/src/app/components/pages/customization

docs/src/app/components/pages/customization/themes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ implemented in a hierarchical manner.
6565
### Predefined themes
6666

6767
We ship two base themes with Material-UI: light and dark. They are located
68-
under [`material-ui/lib/styles/baseThemes/`](https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/).
68+
under [`material-ui/styles/baseThemes/`](https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/).
6969
Custom themes may be defined similarly.
7070
The [`lightBaseTheme`](https://github.com/callemall/material-ui/blob/master/src/styles/baseThemes/lightBaseTheme.js)
7171
is the default so you will not need to do anything to use it.
@@ -188,7 +188,7 @@ until another render is triggered for that component leaving your application
188188
in a moody state.
189189

190190
To see what are the values you can override, use the
191-
[source](https://github.com/callemall/material-ui/blob/master/src/getMuiTheme.js).
191+
[source](https://github.com/callemall/material-ui/blob/master/src/styles/getMuiTheme.js).
192192
The `lightBaseTheme` object looks like this (these are the defaults):
193193

194194
```js

0 commit comments

Comments
 (0)