From a2852dc111a48b866798fcec722982794a1eaf7e Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Wed, 24 Jan 2024 20:43:29 +0100 Subject: [PATCH] fix: deadlinks --- concepts/commerce/catalog/products.md | 2 +- guides/plugins/apps/index.md | 2 +- guides/plugins/plugins/index.md | 2 +- products/extensions/b2b-suite/guides/core/listing-service.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/concepts/commerce/catalog/products.md b/concepts/commerce/catalog/products.md index 31e340128..f751a469d 100644 --- a/concepts/commerce/catalog/products.md +++ b/concepts/commerce/catalog/products.md @@ -9,7 +9,7 @@ nav: Products are sellable entities (physical and digital products) within your shop. -Depending on your setup, Shopware can easily handle thousands of products. However, an upsurge in the product quantity (in millions) needs some tweaks for robust running of the environment as it depends on factors like the number of [categories](../../../../docs/concepts/commerce/catalog/categories), [sales channels](../../../../docs/concepts/commerce/catalog/sales-channels), [product properties](../../../../docs/concepts/commerce/catalog/products#property-groups--options), etc. Every product added to your shop can be made available on one or more [sales channels](../../../../docs/concepts/commerce/catalog/sales-channels). +Depending on your setup, Shopware can easily handle thousands of products. However, an upsurge in the product quantity (in millions) needs some tweaks for robust running of the environment as it depends on factors like the number of [categories](../../../concepts/commerce/catalog/categories), [sales channels](../../../concepts/commerce/catalog/sales-channels), [product properties](../../../concepts/commerce/catalog/products#property-groups--options), etc. Every product added to your shop can be made available on one or more [sales channels](../../../concepts/commerce/catalog/sales-channels). Let us start understanding about product more in detail: diff --git a/guides/plugins/apps/index.md b/guides/plugins/apps/index.md index a3848c73d..d82ed006a 100644 --- a/guides/plugins/apps/index.md +++ b/guides/plugins/apps/index.md @@ -20,4 +20,4 @@ Apps are built to serve various purposes. Shopware apps provide a flexible and modular approach to extend and customize the platform according to specific business requirements. -While plugins and themes are also extensions but they differ from apps. To better understand the differences, take a look at the [Overview](../../../../docs/guides/plugins/overview) article. +While plugins and themes are also extensions but they differ from apps. To better understand the differences, take a look at the [Overview](../../../guides/plugins/overview) article. diff --git a/guides/plugins/plugins/index.md b/guides/plugins/plugins/index.md index a6960be43..9c13c8403 100644 --- a/guides/plugins/plugins/index.md +++ b/guides/plugins/plugins/index.md @@ -7,4 +7,4 @@ nav: # Plugins -Shopware plugins are extensions that enhance the functionality and features of the Shopware e-commerce platform. Plugins are designed to extend the core capabilities of Shopware and offer additional functionalities that are not available out of the box. While apps and themes are also extensions but they differ from plugins. To better understand the differences, take a look at the [Overview](../../../../docs/guides/plugins/overview) article. +Shopware plugins are extensions that enhance the functionality and features of the Shopware e-commerce platform. Plugins are designed to extend the core capabilities of Shopware and offer additional functionalities that are not available out of the box. While apps and themes are also extensions but they differ from plugins. To better understand the differences, take a look at the [Overview](../../../guides/plugins/overview) article. diff --git a/products/extensions/b2b-suite/guides/core/listing-service.md b/products/extensions/b2b-suite/guides/core/listing-service.md index 1c185470e..07d29ebf6 100644 --- a/products/extensions/b2b-suite/guides/core/listing-service.md +++ b/products/extensions/b2b-suite/guides/core/listing-service.md @@ -49,7 +49,7 @@ class SearchStruct } ``` -A more special `SearchStruct` is the `CompanyFilterStruct`. See the [Company](../../../../../../docs/products/extensions/b2b-suite/guides/storefront/company) module for more details. +A more special `SearchStruct` is the `CompanyFilterStruct`. See the [Company](../../../../../products/extensions/b2b-suite/guides/storefront/company) module for more details. ## Repository