Skip to content

Commit

Permalink
fix: Attribute href not allowed on element div at this point.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 27, 2019
1 parent d855a05 commit cb394d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/src/modules/components/HomeSteps.js
Expand Up @@ -120,9 +120,8 @@ function HomeSteps(props) {
/>
<Link
variant="subtitle1"
component="div"
color="inherit"
href="https://github.com/mui-org/material-ui/tree/master/examples/cdn-next"
href="https://github.com/mui-org/material-ui/tree/master/examples/cdn"
gutterBottom
>
{t('cdn')}
Expand Down
9 changes: 5 additions & 4 deletions examples/cdn/README.md
Expand Up @@ -17,10 +17,11 @@ open index.html

## The idea behind the example

You can start using Material-UI with minimal Front-end infrastructure,
which is great for prototyping. We discourage using this approach in production though -
the client has to download the entire library, regardless of which components are actually used,
affecting performance and bandwidth utilisation.
You can start using Material-UI with minimal Front-end infrastructure, which is great for prototyping.

⚠️ We **discourage** using this approach in **production** though - the client has to download the entire library, regardless of which components are actually used, affecting performance and bandwidth utilization.

⚠️ The UMD links are using the `latest` tag to point to the latest version of the library. This pointer is **unstable**, it shifts as we release new versions. You should consider pointing to a specific version like [v3.9.3](https://unpkg.com/@material-ui/core@3.9.3/umd/material-ui.development.js).

[The live preview.](https://rawgit.com/mui-org/material-ui/master/examples/cdn/index.html)

Expand Down

0 comments on commit cb394d0

Please sign in to comment.