From e9ae606a2212798a432ac90b5b072c68d84e7357 Mon Sep 17 00:00:00 2001 From: Erik Hofer Date: Thu, 3 Sep 2020 16:59:04 +0200 Subject: [PATCH] Update README.md --- templates/java/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/java/README.md b/templates/java/README.md index 900632f..cb9a72b 100644 --- a/templates/java/README.md +++ b/templates/java/README.md @@ -11,6 +11,6 @@ Be aware of all edge cases: Throw an `InvalidArgumentException` in all cases where no calculation can be made. ## References/Help -- [Java ist auch eine Insel - Exceptions]() -- [Integer (Java Platform SE 8 )](https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html) -- [Math (Java Platform SE 8 )](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html) +- [Exceptions Tutorial](https://docs.oracle.com/javase/tutorial/essential/exceptions/index.html) +- [Integer (Java Platform SE 8)](https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html) +- [Math (Java Platform SE 8)](https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html)