Skip to content

Commit 4bc5ab6

Browse files
authored
Fix a broken link
1 parent eb2e201 commit 4bc5ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/images/add_image_asset_from_dam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Then register the transformation factory as a service:
134134
The variation generator applies map parameters coming from the transformation factory to build a fetch request to the DAM.
135135
The solution uses the built-in `URLBasedVariationGenerator` class, which adds all the map elements as query parameters to the request.
136136

137-
For example, for an asset with the ID `Ibexa_Logo.svg`, the handler generates the Asset with [`AssetUri's URL`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-AssetUri.htm#method_getPatht) equal to:
137+
For example, for an asset with the ID `Ibexa_Logo.svg`, the handler generates the Asset with [`AssetUri's URL`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Connector-Dam-AssetUri.html#method_getPath) equal to:
138138

139139
`https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Ibexa_Logo.svg`
140140

0 commit comments

Comments
 (0)