diff --git a/README.md b/README.md index 1da5c9fe..1d22ca62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bullet -[![Build Status](https://travis-ci.org/yahoo/bullet-storm.svg?branch=master)](https://travis-ci.org/yahoo/bullet-storm) [![Coverage Status](https://coveralls.io/repos/github/yahoo/bullet-storm/badge.svg?branch=master)](https://coveralls.io/github/yahoo/bullet-storm?branch=master) [![Download](https://api.bintray.com/packages/yahoo/maven/bullet-storm/images/download.svg) ](https://bintray.com/yahoo/maven/bullet-storm/_latestVersion) +[![Build Status](https://travis-ci.org/bullet-db/bullet-storm.svg?branch=master)](https://travis-ci.org/bullet-db/bullet-storm) [![Coverage Status](https://coveralls.io/repos/github/bullet-db/bullet-storm/badge.svg?branch=master)](https://coveralls.io/github/bullet-db/bullet-storm?branch=master) [![Download](https://api.bintray.com/packages/yahoo/maven/bullet-storm/images/download.svg) ](https://bintray.com/yahoo/maven/bullet-storm/_latestVersion) ## Introduction @@ -8,16 +8,16 @@ This project implements Bullet on [Storm](http://storm.apache.org). It also incl ## Documentation -All documentation has moved to **[Github Pages here](https://yahoo.github.io/bullet-docs)**. +All documentation has moved to **[Github Pages here](https://bullet-db.github.io)**. ### Useful links -* [Quick Start](https://yahoo.github.io/bullet-docs/quick-start/) to start with a Bullet instance running locally. -* [API Examples](https://yahoo.github.io/bullet-docs/ws/examples/) to see what kind of queries you can run on Bullet. -* [Storm Architecture](https://yahoo.github.io/bullet-docs/backend/storm-architecture/) to see how Bullet is implemented on Storm. -* [Setup on Storm](https://yahoo.github.io/bullet-docs/backend/setup-storm/) to see how to setup Bullet on Storm. -* [Setup Web Service](https://yahoo.github.io/bullet-docs/ws/setup/) to setup the Bullet Web Service. -* [Setup UI](https://yahoo.github.io/bullet-docs/ui/setup/) to setup the Bullet UI. -* [Bullet on Storm Releases](https://yahoo.github.io/bullet-docs/about/releases/#bullet-storm) to see Bullet on Storm releases. +* [Quick Start](https://bullet-db.github.io/quick-start/) to start with a Bullet instance running locally. +* [API Examples](https://bullet-db.github.io/ws/examples/) to see what kind of queries you can run on Bullet. +* [Storm Architecture](https://bullet-db.github.io/backend/storm-architecture/) to see how Bullet is implemented on Storm. +* [Setup on Storm](https://bullet-db.github.io/backend/setup-storm/) to see how to setup Bullet on Storm. +* [Setup Web Service](https://bullet-db.github.io/ws/setup/) to setup the Bullet Web Service. +* [Setup UI](https://bullet-db.github.io/ui/setup/) to setup the Bullet UI. +* [Bullet on Storm Releases](https://bullet-db.github.io/about/releases/#bullet-storm) to see Bullet on Storm releases. Code licensed under the Apache 2 license. See LICENSE file for terms. diff --git a/pom.xml b/pom.xml index 6b954d2f..054d858d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - scm:git:ssh://git@github.com/yahoo/bullet-storm.git + scm:git:ssh://git@github.com/bullet-db/bullet-storm.git HEAD