Index: tools/deep_memory_profiler/visualizer/static/test.html |
diff --git a/tools/deep_memory_profiler/visualizer/test.html b/tools/deep_memory_profiler/visualizer/static/test.html |
similarity index 91% |
rename from tools/deep_memory_profiler/visualizer/test.html |
rename to tools/deep_memory_profiler/visualizer/static/test.html |
index c108ff705f23fa2de106bc153bfb6320d6d6ffa9..ec1caa69c50aaf09f26d59e4b916d1daffd32935 100644 |
--- a/tools/deep_memory_profiler/visualizer/test.html |
+++ b/tools/deep_memory_profiler/visualizer/static/test.html |
@@ -8,7 +8,7 @@ found in the LICENSE file. |
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.12.0.css"> |
<script src="//code.jquery.com/qunit/qunit-1.12.0.js"></script> |
-<script src="../../../third_party/flot/jquery.min.js"></script> |
+<script src="../../../../third_party/flot/jquery.min.js"></script> |
<script src="third_party/jqTree/tree.jquery.js"></script> |
<script src="utility.js"></script> |
<script src="profiler.js"></script> |