Javadoc
diff --git a/src/main/java/org/apache/commons/io/function/Uncheck.java b/src/main/java/org/apache/commons/io/function/Uncheck.java
index a593b56..3e40104 100644
--- a/src/main/java/org/apache/commons/io/function/Uncheck.java
+++ b/src/main/java/org/apache/commons/io/function/Uncheck.java
@@ -330,7 +330,7 @@
     }
 
     /**
-     * Constructs a new UncheckedIOException for the given exception.
+     * Constructs a new {@link UncheckedIOException} for the given exception.
      *
      * @param e The exception to wrap.
      * @return a new {@link UncheckedIOException}.
@@ -340,7 +340,7 @@
     }
 
     /**
-     * Constructs a new UncheckedIOException for the given exception and detail message.
+     * Constructs a new {@link UncheckedIOException} for the given exception and detail message.
      *
      * @param e The exception to wrap.
      * @param message The UncheckedIOException message if an I/O error occurs.