Skip to content

Commit 18e24ee

Browse files
committed
docs/guide/catalog/*.md: Fix links
1 parent cc33ccc commit 18e24ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/catalog/product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The built-in Product Content Type contains the following Fields:
1212
|Long description | `ses_long_description` | `ezrichtext` | Long product description |
1313
|Specifications | `ses_specifications` | `sesspecificationstype` | A set of product specification values. They are indexed in the search engine and can be used for faceted search |
1414
|EAN | `ses_ean` | `ezstring` | European Article Number |
15-
|Variants | `ses_variants` | `uivarvarianttype` | [Product variants](#product-variants) |
15+
|Variants | `ses_variants` | `uivarvarianttype` | [Product variants](product_variants.md) |
1616
|Manufacturer SKU | `ses_manufacturer_sku` | `ezstring` | SKU of the product as assigned by the manufacturer |
1717
|Unit price | `ses_unit_price` | `ezstring` | Product price |
1818
|Product image | `ses_image_main` | ezimage | Main product image |

docs/guide/catalog/product_variants/setting_up_variants_from_external_source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ You can set the variants up by [using a variant Field Type](product_variants.md)
77
You can also set up variants if you are not using the default Content Types
88
and don't want to set up variants manually in the Back Office.
99

10-
To do this, you need to map your variant structure to the [`VariantProductNode`](product_variants.md#variantproductsnode) structure.
10+
To do this, you need to map your variant structure to the [`VariantProductNode`](product_variant_api.md#variantproductnode) structure.
1111

1212
!!! tip
1313

14-
The main job of every catalog factory is to fill the [`VariantProductNode`](product_variants.md#variantproductsnode) attribute `variantCharacteristics`.
14+
The main job of every catalog factory is to fill the [`VariantProductNode`](product_variant_api.md#variantproductnode) attribute `variantCharacteristics`.
1515
The basic concept is to take information from the provided `dataMap`
1616
(e.g. coming from the data provider, either from the content model or from an external source)
1717
and create an attribute `variantCharacteristic` for the `VariantProductNode`.

0 commit comments

Comments
 (0)