From 3c6bb8a5d4f452c60cf3c8e336a03feba5e9b207 Mon Sep 17 00:00:00 2001 From: Joel Costigliola Date: Mon, 21 Sep 2020 22:59:56 +1200 Subject: [PATCH] Minor readme update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4df225710f..3f9df43986 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,11 @@ AssertJ provides a rich and intuitive set of strongly-typed assertions to use fo * [AssertJ's goals](#goals) * [Quick start](#quickstart) * [Latest News](#news) -* [Features highlight](http://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html) (still in the old site but will soon be available in the [new site](https://assertj.github.io/doc/#overview)) +* AssertJ web site contains the [**AssertJ Core documentation**](https://assertj.github.io/doc/#assertj-core-assertions-guide). * [Assertions for custom types](http://joel-costigliola.github.io/assertj/assertj-core-custom-assertions.html) (still in the old site but will soon be available in the [new site](https://assertj.github.io/doc/#overview)) * [Replacing JUnit assertions with AssertJ Assertions](#junit-to-assertj-assertions) * [Contributing](#contributing) -The new AssertJ web site contains the [**AssertJ Core documentation**](https://assertj.github.io/doc/#assertj-core-assertions-guide). You can ask questions in [**stackoverflow (assertj tag)**](https://stackoverflow.com/questions/tagged/assertj?mixed=1) and make suggestions by simply creating an issue.