From 1c4a9be87cf04a6dffa002f1e23d27bf78eb2e8c Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Fri, 19 Jun 2015 11:46:13 -0700 Subject: [PATCH] fixups for repo move --- .travis.yml | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2e7d8b3..9690560e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: go go: - 1.4 install: -- DST=~/gopath/src/github.com/apcera +- DST=~/gopath/src/github.com/nats-io - mkdir -p "$DST" -- git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats +- git clone --depth=1 --quiet https://github.com/nats-io/nats.git "$DST"/nats - go get golang.org/x/tools/cmd/vet - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls diff --git a/README.md b/README.md index 452bb4d5..acf3dbea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # gnatsd [![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT) -[![Build Status](https://travis-ci.org/apcera/gnatsd.svg?branch=master)](http://travis-ci.org/apcera/gnatsd) -[![Current Release](http://img.shields.io/badge/release-v0.6.0-1eb0fc.svg)](https://github.com/apcera/gnatsd/releases/tag/v0.6.0) -[![Coverage Status](https://img.shields.io/coveralls/apcera/gnatsd.svg)](https://coveralls.io/r/apcera/gnatsd?branch=master) +[![Build Status](https://travis-ci.org/nats-io/gnatsd.svg?branch=master)](http://travis-ci.org/nats-io/gnatsd) +[![Current Release](http://img.shields.io/badge/release-v0.6.0-1eb0fc.svg)](https://github.com/nats-io/gnatsd/releases/tag/v0.6.0) +[![Coverage Status](https://img.shields.io/coveralls/nats-io/gnatsd.svg)](https://coveralls.io/r/nats-io/gnatsd?branch=master) A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org) @@ -109,11 +109,11 @@ presentations, references and more. ## Client libraries There are several client language bindings for NATS. -- [Go](https://github.com/apcera/nats) +- [Go](https://github.com/nats-io/nats) - [Java](https://github.com/tyagihas/java_nats) - [Java - Spring](https://github.com/mheath/jnats) -- [Node.js](https://github.com/derekcollison/node_nats) -- [Ruby](https://github.com/derekcollison/nats) +- [Node.js](https://github.com/nats-io/node-nats) +- [Ruby](https://github.com/nats-io/ruby-nats) ## License