From 7318a9c84a10eb2d466fc083d8dc3b009e95fced Mon Sep 17 00:00:00 2001 From: Justin Li Date: Sat, 30 Nov 2013 23:04:02 -0500 Subject: [PATCH] Switch links to subproject repos --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e416a78..b945609 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ needs its functionality. See [below](#drivers) for more info. Make sure you have your `$GOROOT` and `$GOPATH` set up correctly, and have your `$GOBIN` in your `$PATH`. ```sh -$ go install github.com/chihaya/chihaya +$ go get github.com/chihaya/chihaya ``` ### Configuring @@ -55,17 +55,16 @@ $ go test -v ./... Chihaya is designed to remain agnostic about the choice of data store for an application, and it is straightforward to [implement a new driver]. However, there -are a number of drivers that plan to be directly supported: +are a number of drivers that will be directly supported: Tracker: -* [redis](http://redis.io) +* [redis](https://github.com/chihaya/chihaya-redis) * memory Backend: -* [batter (postgres)](https://github.com/wafflesfm/batter) -* [gazelle (mysql)](https://github.com/whatcd/gazelle) +* [gazelle (mysql)](https://github.com/chihaya/chihaya-gazelle) [implement a new driver]: https://github.com/chihaya/chihaya/wiki/Implementing-a-driver