Fix base dir to reflect recent changes

Change-Id: Ic475cc2b021885ee03517959a505f3e37fc9bbc6
diff --git a/Jenkinsfile.ciab b/Jenkinsfile.ciab
index 492100a..ee344a6 100644
--- a/Jenkinsfile.ciab
+++ b/Jenkinsfile.ciab
@@ -5,7 +5,7 @@
     sh "bash ./cord-in-a-box.sh -c"
 
     stage 'Run end-to-end tests'
-    sh "~/opencord/build/scripts/run-tests.sh"
+    sh "~/cord/build/scripts/run-tests.sh"
 
     currentBuild.result = 'SUCCESS'
   } catch (err) {
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 48b2602..604e477 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -95,8 +95,8 @@
 You can inspect their current status as follows:
 
 ```
-~$ cd opencord/build/
-~/opencord/build$ vagrant status
+~$ cd cord/build/
+~/cord/build$ vagrant status
 Current machine states:
 
 corddev                   running (libvirt)
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index 5fd9b98..2a29cdd 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-CORDDIR=~/opencord
+CORDDIR=~/cord
 VMDIR=/cord/build/
 CONFIG=config/cord_in_a_box.yml
 SSHCONFIG=~/.ssh/config