Skip to content

Commit b782bbd

Browse files
committed
Fixing up README
1 parent f681d7e commit b782bbd

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Licensed under [BSD License][].
99
What is Hamcrest?
1010
-----------------
1111
Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests.
12+
They've also been used for other purposes.
1213

1314
Downloads
1415
---------
@@ -19,12 +20,6 @@ Extensions
1920

2021
For Hamcrest extension projects see the [hamcrest extensions page][].
2122

22-
Dependencies
23-
------------
24-
All libraries in the `lib` directory are used at build time, or are optional extras used for tighter integration with third party libraries.
25-
26-
ALL OF THE DEPENDENCIES ARE OPTIONAL.
27-
2823
Documentation
2924
-------------
3025
Documentation can be found on the [Hamcrest site](http://hamcrest.org).
@@ -61,11 +56,8 @@ Also, thanks to everyone who has worked on DynaMock, nMock, jMock, EasyMock and
6156

6257

6358
[logo]: https://raw.github.com/hamcrest/JavaHamcrest/master/doc/images/logo.jpg
64-
[website]: http://code.google.com/p/hamcrest
59+
[website]: https://github.com/hamcrest/JavaHamcrest
6560
[BSD License]: http://opensource.org/licenses/BSD-3-Clause
6661
[Maven central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3Aorg.hamcrest
67-
[google code downloads]: http://code.google.com/p/hamcrest/downloads/list?can=2&q=label%3AJava
68-
[google code wiki]: http://code.google.com/p/hamcrest/wiki/Tutorial
6962
[hamcrest extensions page]: https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects
7063
[GitHub issue tracker]: https://github.com/hamcrest/JavaHamcrest/issues
71-
[google code Issue tracker]: http://code.google.com/p/hamcrest/issues/list?can=2&q=label%3AJava

0 commit comments

Comments
 (0)