Skip to content

Commit

Permalink
Fix small SEO issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 3, 2019
1 parent d9d4620 commit 0833092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/discover-more/team/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Material-UI is maintained by a small group of invaluable core contributors, with
Get involved with Material-UI development by [opening an issue](https://github.com/mui-org/material-ui/issues/new) or submitting a pull request.
Read the [contributing guidelines](https://github.com/mui-org/material-ui/blob/master/CONTRIBUTING.md) for information on how we develop.

[Join the Material-UI Community!](/discover-more/community/)
[Join and support the project!](/getting-started/faq/#material-ui-is-awesome-how-can-i-support-the-project)
2 changes: 1 addition & 1 deletion docs/src/pages/styles/advanced/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Add a `ThemeProvider` to the top level of your app to pass a theme down the React component tree. Then, you can access the theme object in style functions.

> This example creates a new theme. See the [theming section](/customization/theming) for how to customize the default Material-UI theme.
> This example creates a new theme. See the [theming section](/customization/theming/) for how to customize the default Material-UI theme.
```jsx
import { ThemeProvider } from '@material-ui/core/styles';
Expand Down

0 comments on commit 0833092

Please sign in to comment.