[ONOS-6953] - fixed missing thirdparty packages

Change-Id: If127c5cd1e639aa53bf651d104abb092dc5efb28
diff --git a/web/gui/src/main/webapp/README.md b/web/gui/src/main/webapp/README.md
index 4d51023..dda0b6d 100644
--- a/web/gui/src/main/webapp/README.md
+++ b/web/gui/src/main/webapp/README.md
@@ -1,5 +1,11 @@
 # ONOS UI
 
+## Updated Development Tools (WIP)
+
+- `cd $ONOS_ROOT/tools/gui`
+- `gulp`
+- `npm run dev`
+
 ## Development environment
 
 To help with UI development we provide a dedicated environment that introduce an auto reload feature and allow you to change your javascript files without recompiling the application.
diff --git a/web/gui/src/main/webapp/_dev/show-glyphs.html b/web/gui/src/main/webapp/_dev/show-glyphs.html
index b2c6f20..9aefede 100644
--- a/web/gui/src/main/webapp/_dev/show-glyphs.html
+++ b/web/gui/src/main/webapp/_dev/show-glyphs.html
@@ -24,8 +24,8 @@
     <meta charset="UTF-8">
     <title>ONOS Core Glyphs</title>
 
-    <script type="text/javascript" src="../tp/angular.js"></script>
-    <script type="text/javascript" src="../tp/d3.js"></script>
+    <script type="text/javascript" src="../vendor/angular/angular.js"></script>
+    <script type="text/javascript" src="../vendor/d3/d3.js"></script>
 
     <script type="text/javascript" src="../app/fw/util/util.js"></script>
     <script type="text/javascript" src="../app/fw/util/fn.js"></script>