Skip to content

Commit cdde75b

Browse files
committed
Merge pull request #242 from jonboiser/master
Fix broken images in README (fixes #237).
2 parents cd1271a + 5fe1d06 commit cdde75b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ someModel.trigger('change');
5858
Let's look at a diagram for Backbone.Events:
5959

6060
<p align='center'>
61-
<img src='https://i.cloudup.com/u9oC3S1LxE.svg' alt='Backbone.Events diagram'>
61+
<img src='https://cloud.githubusercontent.com/assets/10248067/11762943/5a927e54-a0bd-11e5-8aa5-e0fafae0e559.png' alt='Backbone.Events diagram'>
6262
</p>
6363

6464
It goes without saying that Backbone.Events is incredibly useful when you mix it into instances of Classes. But what
@@ -109,7 +109,7 @@ the requester.
109109
Here's a diagram of the Requests pattern:
110110

111111
<p align='center'>
112-
<img src='https://i.cloudup.com/tEVU_tuRIX.svg' alt='Backbone.Requests diagram'>
112+
<img src='https://cloud.githubusercontent.com/assets/10248067/11762945/5c302a36-a0bd-11e5-8e4e-0eee7cacbef1.png' alt='Backbone.Requests diagram'>
113113
</p>
114114

115115
Although the name is 'Requests,' you can just as easily request information as you can request that an action be completed. Just like HTTP,

0 commit comments

Comments
 (0)