Skip to content

Commit

Permalink
[docs] Use https for v0 URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 18, 2018
1 parent 7ff8e4b commit a56841b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install @material-ui/core
yarn add @material-ui/core
```

**[v0.x](http://v0.material-ui.com/)**
**[v0.x](https://v0.material-ui.com/)**
```sh
// with npm
npm install material-ui
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const styles = theme => ({
class HomePage extends React.Component {
componentDidMount() {
if (window.location.hash !== '') {
window.location.replace(`http://v0.material-ui.com/${window.location.hash}`);
window.location.replace(`https://v0.material-ui.com/${window.location.hash}`);
}
}

Expand Down

0 comments on commit a56841b

Please sign in to comment.