Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Markdown of links in README #607

Merged
merged 1 commit into from
Apr 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,27 @@ its type int is not compatible with its collection's type argument Short

Our documentation is at [errorprone.info](http://errorprone.info).

Error Prone works with [Bazel](http://bazel.io), [Maven]
(http://maven.apache.org), [Ant](http://ant.apache.org), and [Gradle]
(http://gradle.org). See our [installation instructions]
(http://errorprone.info/docs/installation) for details.
Error Prone works with [Bazel](http://bazel.io),
[Maven](http://maven.apache.org), [Ant](http://ant.apache.org), and
[Gradle](http://gradle.org). See our [installation instructions][installation]
for details.

[installation]: http://errorprone.info/docs/installation

## Developing Error Prone

Developing and building Error Prone is documented on the [wiki]
(https://github.com/google/error-prone/wiki/For-Developers).
Developing and building Error Prone is documented on the
[wiki](https://github.com/google/error-prone/wiki/For-Developers).

## Links

- Mailing lists
- [General discussion]
(https://groups.google.com/forum/#!forum/error-prone-discuss)
- [Announcements]
(https://groups.google.com/forum/#!forum/error-prone-announce)
- [General discussion][error-prone-discuss]
- [Announcements][error-prone-announce]
- [Javadoc](http://errorprone.info/api/latest/)
- Pre-release snapshots are available from [Sonatype's snapshot repository]
(https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/).
- Pre-release snapshots are available from [Sonatype's snapshot
repository][snapshots].

[error-prone-discuss]: https://groups.google.com/forum/#!forum/error-prone-discuss
[error-prone-announce]: https://groups.google.com/forum/#!forum/error-prone-announce
[snapshots]: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/