commit | 5cc5f0d3c7242bc386794f7dc79d7e710d0779fc | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Aug 28 12:00:55 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Aug 28 12:00:55 2017 -0700 |
tree | f1deff2e3fdbcc712d0ebc37bc5351a073708011 | |
parent | 863677ee77c18e7504aa770763664fb9949bedd4 [diff] [blame] |
Host javadocs on api.onosproject.org Change-Id: I980c12ee5dfab7b63f32c9bf164f443e63528c16
diff --git a/tools/build/onos-release-prerequisites b/tools/build/onos-release-prerequisites index 1eb4cb9..407f425 100755 --- a/tools/build/onos-release-prerequisites +++ b/tools/build/onos-release-prerequisites
@@ -96,7 +96,7 @@ function testWikiAccess { trap "echo 'FAILED'" ERR printf "Checking Wiki access... " - ssh $WIKI_USER@wiki.onosproject.org "test -w /var/www/api/index.html" + ssh $WIKI_USER@api.onosproject.org "test -w /var/www/api/index.html" echo "OK" }