Changed ONOS paths in other tutorials
diff --git a/onos-setup.sh b/onos-setup.sh
index e23e59e..f0edebe 100644
--- a/onos-setup.sh
+++ b/onos-setup.sh
@@ -9,7 +9,7 @@
 
 export ONOS_USER=$USER
 
-export ONOS_ROOT=~/onos-next
+export ONOS_ROOT=~/onos
 source $ONOS_ROOT/tools/dev/bash_profile
 sudo update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java  
 sudo update-alternatives --set javac /usr/lib/jvm/java-8-openjdk-amd64/bin/javac
@@ -19,9 +19,9 @@
 export JAVA_HOME=""
 cd $ONOS_ROOT && mvn clean install && cd -
 
-sed -i -e s/sdn/$USER/ onos-next/tools/package/debian/onos.conf
+sed -i -e s/sdn/$USER/ onos/tools/package/debian/onos.conf
 
-cat << EOF >> onos-next/tools/test/cells/tutorial
+cat << EOF >> onos/tools/test/cells/tutorial
 export ONOS_NIC=127.0.0.*
 export OC1="127.0.0.1" 
 export OCI="${OC1}"
diff --git a/tutorial1-setup.sh b/tutorial1-setup.sh
index 128a348..43c4cf2 100644
--- a/tutorial1-setup.sh
+++ b/tutorial1-setup.sh
@@ -93,7 +93,7 @@
 Name=Mininet
 Name[en_US]=Mininet
 Icon=konsole
-Exec=/usr/bin/lxterminal -e 'sudo mn --custom /home/tutorial1/onos-next/tools/test/topos/tower.py --topo tower --controller remote --mac'
+Exec=/usr/bin/lxterminal -e 'sudo mn --custom /home/tutorial1/onos/tools/test/topos/tower.py --topo tower --controller remote --mac'
 Comment[en_US]=
 EOF