diff --git a/core-java-modules/core-java-nio/README.md b/core-java-modules/core-java-nio/README.md index 5483e379f9..2b82ccb851 100644 --- a/core-java-modules/core-java-nio/README.md +++ b/core-java-modules/core-java-nio/README.md @@ -9,7 +9,7 @@ This module contains articles about core Java non-blocking input and output (IO) - [A Guide To NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) - [A Guide to NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) - [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) -- [A Guide to NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) +- [A Guide To NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) - [Introduction to the Java NIO2 File API](https://www.baeldung.com/java-nio-2-file-api) - [Java NIO2 Path API](https://www.baeldung.com/java-nio-2-path) - [Guide to Java NIO2 Asynchronous Channel APIs](https://www.baeldung.com/java-nio-2-async-channels)