From af40bd48f05a1ee9a961db8cd6154a84680eb1ee Mon Sep 17 00:00:00 2001 From: Andrea Bergonzo Date: Fri, 2 Jun 2017 18:53:07 +0100 Subject: [PATCH] Fix UUID article link (#1977) Fix the link now that the article is up. --- core-java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java/README.md b/core-java/README.md index 6c671a632d..737a7a2211 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -102,7 +102,7 @@ - [How to Perform a Simple HTTP Request in Java](http://www.baeldung.com/java-http-request) - [Call Methods at Runtime Using Java Reflection](http://www.baeldung.com/java-method-reflection) - [Guide to DelayQueue](http://www.baeldung.com/java-delay-queue) -- [Guide to UUID in JAVA] (http://www.baeldung.com/guide-to-uuid-in-java) +- [Guide to UUID in JAVA](http://www.baeldung.com/guide-to-uuid-in-java) - [Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java](http://www.baeldung.com/java-path) - [How to Add a Single Element to a Stream](http://www.baeldung.com/java-stream-append-prepend) - [Iterating Over Enum Values in Java](http://www.baeldung.com/java-enum-iteration)