From 244e01e278e214c25d149cd6ea156c1191eede60 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Fri, 15 Mar 2024 14:02:36 +0100 Subject: [PATCH] docs(common-utils): Update the link to `AntPathMatcher` Signed-off-by: Sebastian Schuberth --- utils/common/src/main/kotlin/FileMatcher.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common/src/main/kotlin/FileMatcher.kt b/utils/common/src/main/kotlin/FileMatcher.kt index 1abd366e86098..506e6c7574768 100644 --- a/utils/common/src/main/kotlin/FileMatcher.kt +++ b/utils/common/src/main/kotlin/FileMatcher.kt @@ -28,7 +28,7 @@ class FileMatcher( /** * The collection of [glob patterns][1] to consider for matching. * - * [1]: https://docs.spring.io/spring-framework/docs/current/javadoc-api/index.html?org/springframework/util/AntPathMatcher.html + * [1]: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html */ val patterns: Collection,