From 0ce58f861f91f9b145108f4aece563c8b7b331f4 Mon Sep 17 00:00:00 2001 From: chavdav Date: Mon, 30 Sep 2024 17:10:51 -0400 Subject: [PATCH] Fix real-world examples link in readme --- plugin-maven/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-maven/README.md b/plugin-maven/README.md index ab9b5f659a..e9cb264279 100644 --- a/plugin-maven/README.md +++ b/plugin-maven/README.md @@ -69,7 +69,7 @@ user@machine repo % mvn spotless:check - [Disabling warnings and error messages](#disabling-warnings-and-error-messages) - [How do I preview what `mvn spotless:apply` will do?](#how-do-i-preview-what-mvn-spotlessapply-will-do) - [Can I apply Spotless to specific files?](#can-i-apply-spotless-to-specific-files) - - [Example configurations (from real-world projects)](#examples) + - [Example configurations (from real-world projects)](#example-configurations-from-real-world-projects) ***Contributions are welcome, see [the contributing guide](../CONTRIBUTING.md) for development info.***