Skip to content

Commit f75ab8b

Browse files
authored
Merge pull request #126 from cg-cnu/broken-logo
Fixed the url for Broken logo
2 parents a85f938 + 21ad84d commit f75ab8b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/siddharthkp/bundlesize/master/art/logo.png" height="200px"/>
2+
<img src="https://cdn.rawgit.com/siddharthkp/bundlesize/master/art/logo.png" height="200px"/>
33
<br><br>
44
<b>Keep your bundle size in check</b>
55
<br>
@@ -83,7 +83,7 @@ This makes it great for using with applications that are bundled with another to
8383

8484
#### 2) build status
8585

86-
![build status](https://raw.githubusercontent.com/siddharthkp/bundlesize/master/art/status.png)
86+
![build status](https://cdn.rawgit.com/siddharthkp/bundlesize/master/art/status.png)
8787

8888
Currently works for [Travis CI](https://travis-ci.org), [CircleCI](https://circleci.com/), [Wercker](http://www.wercker.com), and [Drone](http://readme.drone.io/).
8989

store/views/auth.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
66
</head>
77
<body>
8-
<img class="logo" src="https://raw.githubusercontent.com/siddharthkp/bundlesize/master/art/logo.png"/>
8+
<img class="logo" src="https://cdn.rawgit.com/siddharthkp/bundlesize/master/art/logo.png"/>
99
<div class="card">
1010
<div class="build-info">
1111
<div>

store/views/build.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
66
</head>
77
<body>
8-
<img class="logo" src="https://raw.githubusercontent.com/siddharthkp/bundlesize/master/art/logo.png"/>
8+
<img class="logo" src="https://cdn.rawgit.com/siddharthkp/bundlesize/master/art/logo.png"/>
99
<div class="card">
1010
<div class="build-info">
1111
<div>

0 commit comments

Comments
 (0)