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>