commit | 24c849c488bd3746efbb1362ae5c6d81bdea8305 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Oct 27 09:53:05 2014 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Mon Oct 27 09:53:05 2014 -0700 |
tree | 0a1936a8eb869b51a885e962bf7284528608ea97 | |
parent | 4d69087215ae59342d519c4f37df2237070556c1 [diff] [blame] |
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'