Remove 'incubat(ing, ion, or)' designation and disclaimer (#352)

diff --git a/README.md b/README.md
index ae8fbf6..3b6ff6c 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 OpenWhisk API Gateway
 =============
-[![Build Status](https://travis-ci.org/apache/incubator-openwhisk-apigateway.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-apigateway)
+[![Build Status](https://travis-ci.org/apache/openwhisk-apigateway.svg?branch=master)](https://travis-ci.org/apache/openwhisk-apigateway)
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 
 A performant API Gateway based on Openresty and NGINX.
diff --git a/tools/travis/scan.sh b/tools/travis/scan.sh
index ad16bc2..3e6de2e 100755
--- a/tools/travis/scan.sh
+++ b/tools/travis/scan.sh
@@ -22,11 +22,11 @@
 SCRIPTDIR="$(cd "$(dirname "$0")" && pwd)"
 ROOTDIR="$SCRIPTDIR/../.."
 HOMEDIR="$ROOTDIR/.."
-UTILDIR="$HOMEDIR/incubator-openwhisk-utilities"
+UTILDIR="$HOMEDIR/openwhisk-utilities"
 
 # clone OpenWhisk utilities repo. in order to run scanCode
 cd $HOMEDIR
-git clone https://github.com/apache/incubator-openwhisk-utilities.git
+git clone https://github.com/apache/openwhisk-utilities.git
 
 # run scancode util. against project source using the ASF strict configuration
 # exclude few bundled files from other open source projects that are MIT licensed
diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index 45e866d..8d6e599 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -36,6 +36,6 @@
 sudo npm install -g jshint
 cd $HOMEDIR
 # clone main openwhisk repo. for testing purposes
-git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
+git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
 cd openwhisk
 ./tools/travis/setup.sh