From bbcc1b4716b1f0a2a56c91eb69886de59459e865 Mon Sep 17 00:00:00 2001 From: Bojan Rajh Date: Tue, 5 Dec 2023 17:02:25 +0100 Subject: [PATCH] fix: deadlinks --- concepts/commerce/catalog/products.md | 2 +- guides/plugins/apps/starter/starter-admin-extension.md | 2 +- products/extensions/b2b-suite/guides/core/listing-service.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/concepts/commerce/catalog/products.md b/concepts/commerce/catalog/products.md index ae3b71c87..c5cf16a14 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.md), [sales channels](../../../../docs/concepts/commerce/catalog/sales-channels.md), [product properties](../../../../docs/concepts/commerce/catalog/products.md#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.md). +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](./categories.md), [sales channels](./sales-channels.md), [product properties](./products.md#property-groups-and-options), etc. Every product added to your shop can be made available on one or more [sales channels](./sales-channels.md). Let us start understanding about product more in detail: diff --git a/guides/plugins/apps/starter/starter-admin-extension.md b/guides/plugins/apps/starter/starter-admin-extension.md index a0fd0cc2e..c8e5c77cc 100644 --- a/guides/plugins/apps/starter/starter-admin-extension.md +++ b/guides/plugins/apps/starter/starter-admin-extension.md @@ -155,4 +155,4 @@ This example showed end-to-end how to create a local dev environment and connect * Did you know, you can add [new sections](https://shopware.github.io/admin-extension-sdk/docs/guide/api-reference/ui/component-section) to the UI or even [entire modules](https://shopware.github.io/admin-extension-sdk/docs/guide/api-reference/ui/mainModule)? * The Admin Extension SDK also offers [TypeScript support](https://shopware.github.io/admin-extension-sdk/docs/guide/getting-started/installation#using-npm-require-bundling) (including autocompletion) -* Don't want to extend the admin panel? Have a look at [App Scripts](../../../../../docs/guides/plugins/apps/app-scripts/index.md). +* Don't want to extend the admin panel? Have a look at [App Scripts](../app-scripts/). diff --git a/products/extensions/b2b-suite/guides/core/listing-service.md b/products/extensions/b2b-suite/guides/core/listing-service.md index 9e83b9423..161792fbf 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.md) module for more details. +A more special `SearchStruct` is the `CompanyFilterStruct`. See the [Company](../storefront/company.md) module for more details. ## Repository