[Pkg-javascript-commits] [backbone] 109/281: Update two links at index.html to latest URLs
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:01 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 db8d85e26b79665f1d6a359f3816d5302bf88655
Author: Daniel Schildt <daniel.schildt at gmail.com>
Date: Thu Nov 24 18:23:48 2011 +0200
Update two links at index.html to latest URLs
- Link to Jake was broken.
- PhantomJS has official website with better information.
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 8b98103..ff17d36 100644
--- a/index.html
+++ b/index.html
@@ -2230,11 +2230,11 @@ var model = localBackbone.Model.extend(...);
as a data source (channeled through a nginx proxy),
<a href="http://api.jquery.com/category/plugins/templates/">jQuery templates</a>
for the rendering, <a href="http://docs.jquery.com/Qunit">Qunit
- </a> and <a href="http://code.google.com/p/phantomjs/">PhantomJS</a> for
+ </a> and <a href="http://www.phantomjs.org/">PhantomJS</a> for
the testing suite. The JS code, templates and CSS are built for the
production deployment with various Node.js tools like
<a href="https://github.com/dsimard/ready.js">ready.js</a>,
- <a href="https://github.com/mde/node-jake">Jake</a>,
+ <a href="https://github.com/mde/jake">Jake</a>,
<a href="https://github.com/tmpvar/jsdom">jsdom</a>.
The <b>Backbone.History</b> was modified to support the HTML5 <tt>history.pushState</tt>.
<b>Backbone.sync</b> was extended with an additional SessionStorage based cache
--
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