Skip to content

Commit

Permalink
fix(card): change image path to https in example (#7800)
Browse files Browse the repository at this point in the history
  • Loading branch information
donroyco authored and mmalerba committed Oct 23, 2017
1 parent c46ba07 commit 65d3630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/material-examples/card-fancy/card-fancy-example.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
}

.example-header-image {
background-image: url('http://material.angular.io/assets/img/examples/shiba1.jpg');
background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
background-size: cover;
}
2 changes: 1 addition & 1 deletion src/material-examples/card-fancy/card-fancy-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<mat-card-title>Shiba Inu</mat-card-title>
<mat-card-subtitle>Dog Breed</mat-card-subtitle>
</mat-card-header>
<img mat-card-image src="http://material.angular.io/assets/img/examples/shiba2.jpg" alt="Photo of a Shiba Inu">
<img mat-card-image src="https://material.angular.io/assets/img/examples/shiba2.jpg" alt="Photo of a Shiba Inu">
<mat-card-content>
<p>
The Shiba Inu is the smallest of the six original and distinct spitz breeds of dog from Japan.
Expand Down

0 comments on commit 65d3630

Please sign in to comment.