From d86752bc7f7c7ba704f70c525eb828727dbc99b6 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Sun, 16 Feb 2020 21:35:44 +0200 Subject: [PATCH] Update README.md --- core-java-modules/core-java-io/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-io/README.md b/core-java-modules/core-java-io/README.md index b8bec7aa5e..2c6c3363cb 100644 --- a/core-java-modules/core-java-io/README.md +++ b/core-java-modules/core-java-io/README.md @@ -3,7 +3,7 @@ This module contains articles about core Java input and output (IO) ### Relevant Articles: -- [Java – Read from File](https://www.baeldung.com/java-read-file) +- [How to Read a File in Java](https://www.baeldung.com/reading-file-in-java) - [Read a File into an ArrayList](https://www.baeldung.com/java-file-to-arraylist) - [Java – Directory Size](https://www.baeldung.com/java-folder-size) - [File Size in Java](https://www.baeldung.com/java-file-size)