diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-07-09 14:54:15 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-07-09 14:54:15 +0000 |
commit | c62d50ce28ecab713b4fc0fc4a9062ca3cd41c0b (patch) | |
tree | efa0ce6abc8c650343aaefc6b5b79282dfffa3ac | |
parent | 0d21047389d2a9d4166d6e431f32d1ab6317b730 (diff) |
Fix links in README
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -165,16 +165,15 @@ The main place to go for questions is the [rebar mailing list](http://lists.basho.com/pipermail/rebar_lists.basho.com/). If you need quick feedback, you can try the #rebar channel on [irc.freenode.net](http://freenode.net). Be sure to check the -[wiki](https://github.com/rebar/rebar/wiki) first, just to be sure you're not +[documentation](http://www.rebar3.org/v3.0/docs) first, just to be sure you're not asking about things with well known answers. For bug reports, roadmaps, and issues, visit the [github issues -page](https://github.com/rebar/rebar/issues). +page](https://github.com/rebar/rebar3/issues). General rebar community resources and links: - [Rebar Mailing List](http://lists.basho.com/pipermail/rebar_lists.basho.com/) - #rebar on [irc.freenode.net](http://freenode.net/) -- [wiki](https://github.com/rebar/rebar/wiki) -- [issues](https://github.com/rebar/rebar/issues) +- [issues](https://github.com/rebar/rebar3/issues) - [Documentation](http://www.rebar3.org/v3.0/docs) |