Skip to content

Commit

Permalink
fix: deadlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 5, 2023
1 parent cd8aebd commit bbcc1b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concepts/commerce/catalog/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion guides/plugins/apps/starter/starter-admin-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bbcc1b4

Please sign in to comment.