From e8ed01721d084ff74f5f3c08e049483c5a02971f Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Sat, 17 Sep 2022 08:53:42 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-relative-path-absolute --- core-java-modules/core-java-io-apis-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-io-apis-2/README.md b/core-java-modules/core-java-io-apis-2/README.md index c08c112d77..93307f8294 100644 --- a/core-java-modules/core-java-io-apis-2/README.md +++ b/core-java-modules/core-java-io-apis-2/README.md @@ -2,4 +2,5 @@ This module contains articles about core Java input/output(IO) APIs. -### Relevant Articles: \ No newline at end of file +### Relevant Articles: +- [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute)