http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/5d079cb6/tools/src/main/twirl/org/apache/predictionio/tools/dashboard/index.scala.html
----------------------------------------------------------------------
diff --git
a/tools/src/main/twirl/org/apache/predictionio/tools/dashboard/index.scala.html
b/tools/src/main/twirl/org/apache/predictionio/tools/dashboard/index.scala.html
index 787d21a..b44147d 100644
---
a/tools/src/main/twirl/org/apache/predictionio/tools/dashboard/index.scala.html
+++
b/tools/src/main/twirl/org/apache/predictionio/tools/dashboard/index.scala.html
@@ -27,7 +27,7 @@
<head>
<title>PredictionIO Dashboard at @{dc.ip}:@{dc.port}</title>
<link href="/assets/favicon.png" rel="shortcut icon" />
- <link href="/assets/bootstrap-3.2.0-dist/css/bootstrap.min.css"
rel="stylesheet">
+ <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<style type="text/css">
.string { color: green; }
.number { color: darkorange; }
@@ -109,7 +109,7 @@
}
</table>
</div>
- <script src="/assets/jquery-1.11.1.min.js"></script>
- <script src="/assets/bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>
+ <script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
+ <script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>