From 0d1a9dad9c02ce040d202ab9a3b8074397a4d452 Mon Sep 17 00:00:00 2001 From: jdrueckert Date: Wed, 28 Jul 2021 09:34:04 +0200 Subject: [PATCH] fix: docs link on README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ec5a03..b77562c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,10 @@ Until the migration is complete, we suggest disabling the test using the `@Disab ## Usage -For complete docs please see the -[documentation on Github Pages](https://terasology.github.io/ModuleTestingEnvironment/org/terasology/moduletestingenvironment/MTEExtension.html) +For complete JavaDoc please see the [documentation on Github Pages](https://terasology.github.io/ModuleTestingEnvironment/). For more examples see -[the test suite](https://github.com/terasology/ModuleTestingEnvironment/tree/master/src/test/java/org/terasology/moduletestingenvironment) +[the test suite](https://github.com/terasology/ModuleTestingEnvironment/tree/master/src/test/java/org/terasology/moduletestingenvironment). Here's an example taken from the test suite: