Fix demo.html's closure base.js path to no longer use the now defunct googlecode...
[platform/upstream/libphonenumber.git] / javascript / i18n / phonenumbers / demo.html
index b7ca195..cab962c 100644 (file)
@@ -21,7 +21,7 @@ limitations under the License.
 -->
 <head>
 <title>Phone Number Parser Demo</title>
-<script src="http://closure-library.googlecode.com/svn/trunk/closure/goog/base.js"></script>
+<script src="../../../../closure-library/closure/goog/base.js"></script>
 <script>
   goog.require('goog.proto2.Message');
 </script>