From 08650eceb3f362dda78437996bb67a141560721a Mon Sep 17 00:00:00 2001 From: Kamil Szymanski Date: Thu, 1 Jan 2026 16:38:02 +0100 Subject: [PATCH] fix broken link to KoPropertyDeclaration documentation --- veryfying-codebase/verify-properties.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/veryfying-codebase/verify-properties.md b/veryfying-codebase/verify-properties.md index 6e8ea83..0c459a6 100644 --- a/veryfying-codebase/verify-properties.md +++ b/veryfying-codebase/verify-properties.md @@ -21,7 +21,7 @@ Konsist ... ``` -Konsist allows you to verify multiple aspects of a properties. For a complete understanding of the available APIs, refer to the language reference documentation for KoPropertyDeclaration[^1]. +Konsist allows you to verify multiple aspects of a properties. For a complete understanding of the available APIs, refer to the language reference documentation for [KoPropertyDeclaration](https://lemonappdev.github.io/konsist/-konsist%200.17.0/com.lemonappdev.konsist.api.declaration/-ko-property-declaration/index.html). Let's look at few examples. @@ -152,4 +152,3 @@ Check if property is mutable: } ``` -[^1]: