README.md in jquery_mobile_rails-1.4.3 vs README.md in jquery_mobile_rails-1.4.4

- old
+ new

@@ -2,11 +2,11 @@ This gem adds the jQuery Mobile files to Rails' asset pipeline. ## Gem's jQuery Mobile Version -1.4.3 (gem 1.4.3) +1.4.4 (gem 1.4.4) ## Installation Add this gem to your Gemfile: @@ -30,10 +30,10 @@ ## Use I built this gem for using with the Mobylette gem, but it will work with your standalone application, or with any other gem that filters your mobile requests. -Please refer to [jQuery Mobile's documentation](http://view.jquerymobile.com/1.4.3/dist/demos/) for information on laying out your app and using all of the jQuery Mobile features. +Please refer to [jQuery Mobile's documentation](http://demos.jquerymobile.com/1.4.4/) for information on laying out your app and using all of the jQuery Mobile features. ## Example There is a very simple application inside test/dummy demonstrating basic usage of jQuery Mobile templating.