From e92941d381ad374f0f93ae50f78dadaa0eb224cd Mon Sep 17 00:00:00 2001 From: Kamil Galuszka Date: Wed, 1 Apr 2026 15:25:55 +0200 Subject: [PATCH] fix: documentation links fixed --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index df5216d..415d153 100644 --- a/docs/development.md +++ b/docs/development.md @@ -157,7 +157,7 @@ used to maintain dot notation and avoid breaking existing configurations. - `auth/`: Handles authentication. - `cli/`: CLI tools (e.g., headless OAuth login). - `features/`: Feature configuration registry and resolver. See the - [Feature Configuration](../feature-configuration) docs. + [Feature Configuration](feature-configuration.md) docs. - `services/`: Contains the business logic for each service. - `utils/`: Contains utility functions. - `config/`: Contains configuration files.