Skip to content

Commit

Permalink
Change readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBowyer committed Apr 7, 2016
1 parent 1799102 commit b65e929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b65e929

Please sign in to comment.