[Pkg-javascript-commits] [backbone] 239/281: linking to backbonejs.org directly

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit a9a3499af18f4c88de2b8c80e86eed7fd1cd07d8
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Sun Jan 22 12:55:05 2012 -0500

    linking to backbonejs.org directly
---
 README.md    | 4 ++--
 backbone.js  | 2 +-
 package.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 63a804e..75aa078 100644
--- a/README.md
+++ b/README.md
@@ -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.
 
-For Docs, License, Tests, and pre-packed downloads, see:
-http://documentcloud.github.com/backbone/
+For Docs, License, Tests, pre-packed downloads, and everything else, really, see:
+http://backbonejs.org
 
 To suggest a feature, report a bug, or general discussion:
 http://github.com/documentcloud/backbone/issues/
diff --git a/backbone.js b/backbone.js
index 0fdec96..23ff0c7 100644
--- a/backbone.js
+++ b/backbone.js
@@ -2,7 +2,7 @@
 //     (c) 2010-2011 Jeremy Ashkenas, DocumentCloud Inc.
 //     Backbone may be freely distributed under the MIT license.
 //     For all details and documentation:
-//     http://documentcloud.github.com/backbone
+//     http://backbonejs.org
 
 (function(){
 
diff --git a/package.json b/package.json
index 07526fa..dd5a107 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name"          : "backbone",
   "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"],
   "author"        : "Jeremy Ashkenas <jeremy at documentcloud.org>",
   "contributors"  : [],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list