From 89ca1a60abda0439791161534b82b6effb06e561 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Wed, 15 Dec 2021 17:31:42 +0200 Subject: [PATCH] Update README.md --- core-java-modules/core-java-lang-oop-types-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-oop-types-2/README.md b/core-java-modules/core-java-lang-oop-types-2/README.md index e1ce057035..c5e2a75f25 100644 --- a/core-java-modules/core-java-lang-oop-types-2/README.md +++ b/core-java-modules/core-java-lang-oop-types-2/README.md @@ -5,4 +5,4 @@ This module contains articles about types in Java ### Relevant Articles: - [Convert an Array of Primitives to an Array of Objects](https://www.baeldung.com/java-primitive-array-to-object-array) -- [Check if an Enum Value Exists in Java](https://www.baeldung.com/java-find-enum-by-criteria) +- [Check if an Enum Value Exists in Java](https://www.baeldung.com/java-search-enum-values)