Skip to content

Commit

Permalink
Update README and code for new location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Szwedko committed Aug 14, 2015
1 parent aa64b5a commit 04910c0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CLI for interacting with CircleCI's API.
Allows you to list recent builds, projects, retry builds, and more.

For the Go library this uses, see:
[go-circleci](https://github.braintreeps.com/jszwedko/go-circleci).
[go-circleci](https://github.com/jszwedko/go-circleci).

Currently in alpha stages so the interface may change. Feedback and feature
requests are welcome! Install and run `circle -h` to see current help
Expand Down
2 changes: 1 addition & 1 deletion src/circleci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"text/tabwriter"
"time"

"github.braintreeps.com/jszwedko/go-circleci"
"github.com/jszwedko/go-circleci"

"github.com/codegangsta/cli"
"github.com/fatih/color"
Expand Down
8 changes: 4 additions & 4 deletions vendor/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"branch": "master"
},
{
"importpath": "github.braintreeps.com/jszwedko/go-circleci",
"repository": "https://github.braintreeps.com/jszwedko/go-circleci",
"revision": "eadce6ba1a78d1cf19e3ad744a74d5f61af44e9a",
"importpath": "github.com/jszwedko/go-circleci",
"repository": "https://github.com/jszwedko/go-circleci",
"revision": "bb6ee57a9cae4c552f86505909ab85d4d8a21ad2",
"branch": "master"
},
{
Expand All @@ -32,4 +32,4 @@
"branch": "master"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## go-circleci
## go-circleci [![GoDoc](https://godoc.org/github.com/jszwedko/go-circleci?status.svg)](http://godoc.org/github.com/jszwedko/go-circleci)

Go library for interacting with [CircleCI's API](https://circleci.com/docs/api).

For the CLI that uses this library, please see
[circle-cli](github.braintreeps.com/jszwedko/circleci-cli).
[circle-cli](github.com/jszwedko/circleci-cli).

Currently in alpha, so the library API may change -- please use your favorite
Go dependency management solution. All API endpoints are currently supported.

See `godoc github.braintreeps.com/jszwedko/go-circleci` for API usage.
See [GoDoc](http://godoc.org/github.com/jszwedko/go-circleci) for API usage.

Feature requests and issues welcome!

0 comments on commit 04910c0

Please sign in to comment.