From eaab1c5a5eb99a02fa2b8ebf1f7241c4ae9c8c50 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 9 Nov 2025 13:22:26 +0100 Subject: [PATCH] Fix links in documentation for LICENSE and related sections --- README.md | 2 +- architecture/08_concepts/02_data_model.md | 2 +- architecture/08_concepts/03_security.md | 4 ++-- architecture/10_quality_requirements.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4bd1a7e..1107eb3 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The changelog for Calminer can be found in the [Changelog](CHANGELOG.md) section ## License -This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more details. +This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE.md) file for more details. ## Contact diff --git a/architecture/08_concepts/02_data_model.md b/architecture/08_concepts/02_data_model.md index cdc6ebf..8ccb1f3 100644 --- a/architecture/08_concepts/02_data_model.md +++ b/architecture/08_concepts/02_data_model.md @@ -435,7 +435,7 @@ erDiagram #### Product Sales -Mining product sales represent the primary revenue stream for most mining projects. Product sales revenue is calculated based on the quantity of product sold, price per unit, and any applicable adjustments for quality or other factors like penalties for impurities. Also see [Price Calculation](/specifications/price_calculation.md) for more details. +Mining product sales represent the primary revenue stream for most mining projects. Product sales revenue is calculated based on the quantity of product sold, price per unit, and any applicable adjustments for quality or other factors like penalties for impurities. Also see [Price Calculation](../../specifications/price_calculation.md) for more details. ```mermaid erDiagram diff --git a/architecture/08_concepts/03_security.md b/architecture/08_concepts/03_security.md index 5546f3b..53159d6 100644 --- a/architecture/08_concepts/03_security.md +++ b/architecture/08_concepts/03_security.md @@ -10,11 +10,11 @@ All sensitive data is encrypted at rest and in transit to prevent unauthorized a Role-based access controls (RBAC) are implemented to restrict data access based on user roles and responsibilities. -Also see [Authentication and Authorization](08_concepts.md#authentication-and-authorization) and the [Data Model](08_02_data_model.md#user-roles) sections. +Also see [Authentication and Authorization](../08_concepts.md#authentication-and-authorization) and the [Data Model](../08_concepts/02_data_model.md#user-roles) sections. ## Audit Logging -Comprehensive logging of user activities and system events is maintained for monitoring and auditing purposes. Also see [Error Handling and Logging](08_concepts.md#error-handling-and-logging) section for more details. +Comprehensive logging of user activities and system events is maintained for monitoring and auditing purposes. Also see [Error Handling and Logging](../08_concepts.md#error-handling-and-logging) section for more details. ## Vulnerability Management diff --git a/architecture/10_quality_requirements.md b/architecture/10_quality_requirements.md index 8105db5..42daefe 100644 --- a/architecture/10_quality_requirements.md +++ b/architecture/10_quality_requirements.md @@ -29,7 +29,7 @@ CalMiner achieves this by utilizing a combination of data streaming and in-memor > The platform must feature an intuitive interface that minimizes the learning curve for new users. -The UI design principles outlined in the [UI Design Documentation](08_03_ui_design.md) guide the development of a user-friendly interface that adheres to best practices in usability and accessibility. +The UI design principles outlined in the [UI Design Documentation](08_concepts/08_ui_design.md) guide the development of a user-friendly interface that adheres to best practices in usability and accessibility. ### Security