From f3725ba639c26579865ffa32dc16a0f2b55e860c Mon Sep 17 00:00:00 2001 From: Daniel Rothmaler Date: Wed, 11 Dec 2019 19:11:13 +0100 Subject: [PATCH] Update Google Truth Link and Description (#809) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a076b..43fa55d 100644 --- a/README.md +++ b/README.md @@ -978,7 +978,7 @@ _Libraries that provide custom matchers._ - [AssertJ](https://joel-costigliola.github.io/assertj) - Fluent assertions that improve readability. - [JSONAssert](http://jsonassert.skyscreamer.org) - Simplifies testing JSON strings. -- [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. +- [Truth](https://truth.dev) - Google's fluent assertion and proposition framework. - [XMLUnit](https://github.com/xmlunit/xmlunit) - Simplifies testing for XML output. #### Miscellaneous