From b65e929565160a45bcfe94560150ef90ffdae316 Mon Sep 17 00:00:00 2001 From: Greg Bowyer Date: Wed, 6 Apr 2016 17:35:31 -0700 Subject: [PATCH] Change readme badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b03a786..52b4bff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/URXtech/planout-golang.svg?branch=master)](https://travis-ci.org/URXtech/planout-golang) +[![Build Status](https://travis-ci.org/GregBowyer/planout-golang.svg?branch=master)](https://travis-ci.org/GregBowyer/planout-golang) (Multi Variate Testing) interpreter for [PlanOut](http://github.com/facebook/planout) code written in Golang @@ -27,7 +27,7 @@ import ( "fmt" "io/ioutil" "math/rand" - "github.com/URXtech/planout-golang" + "github.com/GregBowyer/planout-golang" ) // Helper function to generate random string.