diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-07-09 10:12:00 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-07-09 10:12:00 -0500 |
commit | 333a102bcf9cc40e65c71aa66b83917611f08731 (patch) | |
tree | 9690e7814b8fd765c1e294b372ce1c78cb174ab9 /README.md | |
parent | 2937aed15d8d5307ab0dffed0fbac2e78b2c438e (diff) | |
parent | c62d50ce28ecab713b4fc0fc4a9062ca3cd41c0b (diff) |
Merge pull request #604 from ferd/fix-readme-links
Fix links in README
Diffstat (limited to 'README.md')
-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) |