Skip to content

Commit

Permalink
Switch to new domain arangodb.com
Browse files Browse the repository at this point in the history
  • Loading branch information
santo74 committed Nov 3, 2014
1 parent 8cefc72 commit 5f15665
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
vertx-arangodb
==============

This is a Non-blocking [Vert.x](http://vertx.io) persistor module for the [ArangoDB](http://www.arangodb.org) Multi-model database using its [REST](http://www.arangodb.org/manuals/current/ImplementorManual.html) interface.
This is a Non-blocking [Vert.x](http://vertx.io) persistor module for the [ArangoDB](http://www.arangodb.com) Multi-model database using its [REST](http://www.arangodb.com/manuals/current/ImplementorManual.html) interface.

## Requirements

Expand Down
6 changes: 3 additions & 3 deletions src/test/drone.io/.build.sh
Expand Up @@ -5,13 +5,13 @@ BUILDDIR=`pwd`
HOMEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $HOMEDIR

VERSION=2.2.0
VERSION=2.2
NAME=ArangoDB-$VERSION

if [ ! -d "$DIR/$NAME" ]; then
# download ArangoDB
echo "wget http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz"
wget http://www.arangodb.org/repositories/travisCI/$NAME.tar.gz
echo "wget http://www.arangodb.com/repositories/travisCI/$NAME.tar.gz"
wget http://www.arangodb.com/repositories/travisCI/$NAME.tar.gz
echo "tar zxf $NAME.tar.gz"
tar zvxf $NAME.tar.gz
fi
Expand Down
Expand Up @@ -27,7 +27,7 @@
import santo.vertx.arangodb.rest.AqlAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.AqlAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.AqlAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -28,7 +28,7 @@
import santo.vertx.arangodb.rest.DocumentAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.CollectionAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.CollectionAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -28,7 +28,7 @@
import santo.vertx.arangodb.rest.DatabaseAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.DatabaseAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.DatabaseAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -27,7 +27,7 @@
import santo.vertx.arangodb.rest.DocumentAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.DocumentAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.DocumentAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -28,7 +28,7 @@
import santo.vertx.arangodb.rest.EdgeAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.EdgeAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.EdgeAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -27,7 +27,7 @@
import santo.vertx.arangodb.rest.GenericAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.GenericAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.GenericAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -31,7 +31,7 @@
import santo.vertx.arangodb.rest.TraversalAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.GharialAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.GharialAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -29,7 +29,7 @@
import santo.vertx.arangodb.rest.TraversalAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.GraphAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.GraphAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -28,7 +28,7 @@
import santo.vertx.arangodb.rest.IndexAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.IndexAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.IndexAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -21,7 +21,7 @@
import org.vertx.testtools.TestVerticle;

/**
* Integration tests for the {@link santo.vertx.arangodb.ArangoPersistor} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.ArangoPersistor} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -28,7 +28,7 @@
import santo.vertx.arangodb.rest.SimpleQueryAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.SimpleQueryAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.SimpleQueryAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -27,7 +27,7 @@
import santo.vertx.arangodb.rest.TransactionAPI;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.TransactionAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.TransactionAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down
Expand Up @@ -20,7 +20,7 @@
import org.junit.runners.MethodSorters;

/**
* Integration tests for the {@link santo.vertx.arangodb.rest.TraversalAPI} against an external <a href="http://www.arangodb.org">ArangoDB</a> instance
* Integration tests for the {@link santo.vertx.arangodb.rest.TraversalAPI} against an external <a href="http://www.arangodb.com">ArangoDB</a> instance
*
* @author sANTo
*/
Expand Down

0 comments on commit 5f15665

Please sign in to comment.