From 07848f231b325a46d454b2a6c87dd293a5e1e96c Mon Sep 17 00:00:00 2001 From: "Vijayagopal S." Date: Sat, 8 Aug 2026 14:38:41 +0530 Subject: [PATCH] docs: add community examples section to README Adds a link to the devonfw-sample/archunit project as a community example for best practices with ArchUnit. Relates-to: #1095 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43b15c837..8ec7ada49 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ For further information, check out the user guide at [https://archunit.org](http or test examples for the current release at [ArchUnit Examples](https://github.com/TNG/ArchUnit-Examples). + ## License ArchUnit is published under the Apache License 2.0, see https://www.apache.org/licenses/LICENSE-2.0 for details.