Added copyrights to the utils code
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 5ee2392..8d4a784 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -51,7 +51,7 @@
 alias pp='python -m json.tool'
 
 # Short-hand to launch API docs and sample topology viewer GUI
-alias docs='open $ONOS_ROOT/target/site/apidocs/index.html'
+alias docs='open $ONOS_ROOT/docs/target/site/apidocs/index.html'
 alias gui='onos-gui'