Chromium Code Reviews| Index: samples/hi/hi.html |
| diff --git a/samples/hi/hi.html b/samples/hi/hi.html |
| index fbe2de787123547755483f66eac118efdc77259d..d3e260cfd74fefcf8ad036a74a87028bfe00afb7 100644 |
| --- a/samples/hi/hi.html |
| +++ b/samples/hi/hi.html |
| @@ -9,8 +9,8 @@ |
| <title>Hi Dart</title> |
| </head> |
| <body> |
| - <h2 id="status">dart is not running</h2> |
| + <h2 id="status">Waiting for Dart to start</h2> |
| <script type="application/dart" src="hi.dart"></script> |
| - <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script> |
| + <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script> |
| </body> |
| </html> |