Skip to content

Commit c1f7ab1

Browse files
authored
Merge pull request hamcrest#290 from arend-von-reinersdorff/master
More prominent documentation of correct Maven artifact
2 parents 5dd6a62 + 377c277 commit c1f7ab1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![JavaHamcrest](http://hamcrest.org/images/logo.jpg)
22

3-
[![Build Status](https://travis-ci.org/hamcrest/JavaHamcrest.png?branch=master)](https://travis-ci.org/hamcrest/JavaHamcrest)
3+
[![Build Status](https://travis-ci.org/hamcrest/JavaHamcrest.png?branch=master)](https://travis-ci.org/hamcrest/JavaHamcrest) [![Maven Central](https://img.shields.io/maven-central/v/org.hamcrest/hamcrest.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.hamcrest/hamcrest)
44

55
Java Hamcrest
66
=============
@@ -13,7 +13,7 @@ They've also been used for other purposes.
1313

1414
Downloads
1515
---------
16-
You can obtain Hamcrest binaries from [maven central][].
16+
You can obtain Hamcrest binaries from [maven central](https://search.maven.org/artifact/org.hamcrest/hamcrest). Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables).
1717

1818
Extensions
1919
----------
@@ -58,6 +58,5 @@ Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and
5858
[logo]: http://hamcrest.org/images/logo.jpg
5959
[website]: https://github.com/hamcrest/JavaHamcrest
6060
[BSD License]: http://opensource.org/licenses/BSD-3-Clause
61-
[Maven central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.hamcrest
6261
[hamcrest extensions page]: https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects
6362
[GitHub issue tracker]: https://github.com/hamcrest/JavaHamcrest/issues

docs/distributables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add the following to the `<dependencies>` section in your `pom.xml`:
6666
You can download the jars directly from Maven Central. You can find the jars by searching Maven Central for groupId `org.hamcrest`
6767
using the following link:
6868

69-
> [https://search.maven.org/search?q=g:org.hamcrest](https://search.maven.org/search?q=g:org.hamcrest)
69+
> [https://search.maven.org/artifact/org.hamcrest/hamcrest](https://search.maven.org/artifact/org.hamcrest/hamcrest)
7070
7171
## Previous Versions of Hamcrest
7272

0 commit comments

Comments
 (0)