From 2e051912b46200b870e9f717bd07390a90ad8bd2 Mon Sep 17 00:00:00 2001 From: toddparker Date: Wed, 25 Jan 2012 14:36:15 -0500 Subject: [PATCH] Updated code i getting started to 1.0.1 --- docs/about/getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/about/getting-started.html b/docs/about/getting-started.html index c9d937fb..1ee2af4a 100644 --- a/docs/about/getting-started.html +++ b/docs/about/getting-started.html @@ -41,9 +41,9 @@ <head> <title>My Page</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> + <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /> <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> - <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script> + <script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script> </head> <body>