diff --git a/docs/pim/attributes/symbol_attribute_type.md b/docs/pim/attributes/symbol_attribute_type.md index edbb5308db..c857339524 100644 --- a/docs/pim/attributes/symbol_attribute_type.md +++ b/docs/pim/attributes/symbol_attribute_type.md @@ -59,7 +59,7 @@ Certain formats, such as the International Standard Book Number (ISBN-10) and th To validate checksum of symbol: -1\. Create a class implementing the `\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface` interface. +1\. Create a class implementing the [`\Ibexa\Contracts\ProductCatalogSymbolAttribute\Value\ChecksumInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalogSymbolAttribute-Value-ChecksumInterface.html) interface. 2\. Register the class as a service using the `ibexa.product_catalog.attribute.symbol.checksum` tag and specify the format identifier using the `format` attribute. @@ -84,4 +84,4 @@ The format attribute (`my_format`) is the identifier used under the `ibexa_produ You can use `SymbolAttribute` Search Criterion to find products by symbol attribute: -For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md). \ No newline at end of file +For more information, see [SymbolAttribute Criterion](symbolattribute_criterion.md).