Skip to content

Commit

Permalink
linking to backbonejs.org directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 22, 2012
1 parent 4c1b247 commit a9a3499
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface. Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.


For Docs, License, Tests, and pre-packed downloads, see: For Docs, License, Tests, pre-packed downloads, and everything else, really, see:
http://documentcloud.github.com/backbone/ http://backbonejs.org


To suggest a feature, report a bug, or general discussion: To suggest a feature, report a bug, or general discussion:
http://github.com/documentcloud/backbone/issues/ http://github.com/documentcloud/backbone/issues/
Expand Down
2 changes: 1 addition & 1 deletion backbone.js
Expand Up @@ -2,7 +2,7 @@
// (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc. // (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc.
// Backbone may be freely distributed under the MIT license. // Backbone may be freely distributed under the MIT license.
// For all details and documentation: // For all details and documentation:
// http://documentcloud.github.com/backbone // http://backbonejs.org


(function(){ (function(){


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name" : "backbone", "name" : "backbone",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.", "description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"url" : "http://documentcloud.github.com/backbone/", "url" : "http://backbonejs.org",
"keywords" : ["util", "functional", "server", "client", "browser"], "keywords" : ["util", "functional", "server", "client", "browser"],
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>", "author" : "Jeremy Ashkenas <jeremy@documentcloud.org>",
"contributors" : [], "contributors" : [],
Expand Down

0 comments on commit a9a3499

Please sign in to comment.