From bb25eae90032016c2377e7cad1d010f2003321cb Mon Sep 17 00:00:00 2001 From: Martin Nonnenmacher Date: Wed, 3 Apr 2019 22:00:43 +0200 Subject: [PATCH] KDoc: Fix a broken link Signed-off-by: Martin Nonnenmacher --- model/src/main/kotlin/config/PathExclude.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/src/main/kotlin/config/PathExclude.kt b/model/src/main/kotlin/config/PathExclude.kt index 899f833ab812..400b3f03fa6c 100644 --- a/model/src/main/kotlin/config/PathExclude.kt +++ b/model/src/main/kotlin/config/PathExclude.kt @@ -25,7 +25,7 @@ import java.nio.file.Paths /** * Defines paths which should be excluded. Each file that is matched by the [glob][pattern] is marked as excluded. If a * project definition file is matched by the [pattern] the whole project is excluded. For details about the glob syntax - * see the [official documentation][https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob]. + * see the [official documentation](https://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob). */ data class PathExclude( /**