Browse Source

Update rebar links

Tim Fletcher 9 years ago
parent
commit
fca8163e8f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -68,7 +68,7 @@ to cover [OAuth 2.0](http://oauth.net/2/).
 Erlang/OTP R14B or greater.
 
 
-## [Rebar](https://github.com/basho/rebar) compatibility
+## [Rebar](https://github.com/rebar/rebar) compatibility
 
 This implementation should be fully compatible with rebar. Add erlang-oauth
 as a dependency to your rebar.config file like this:
@@ -77,7 +77,7 @@ as a dependency to your rebar.config file like this:
       {oauth, ".*", {git, "https://github.com/tim/erlang-oauth.git"}}
     ]}.
 
-Please consult the [relevant rebar wiki page](https://github.com/basho/rebar/wiki/Dependency-management)
+Please consult the [relevant rebar wiki page](https://github.com/rebar/rebar/wiki/Dependency-management)
 for more information.