Skip to content

Commit 14dcfe2

Browse files
committed
Update index.html
1 parent 245a245 commit 14dcfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videos/beginner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>User Manager</h1>
8080
};
8181

8282
$.ajaxPrefilter( function( options, originalOptions, jqXHR ) {
83-
options.url = 'http://backbonejs-beginner.herokuapp.com' + options.url;
83+
options.url = 'http://backbone-beginner.herokuapp.com' + options.url;
8484
});
8585

8686
var Users = Backbone.Collection.extend({

0 commit comments

Comments
 (0)