Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Fix for broken link to github repo #5587

Merged
merged 1 commit into from
Oct 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/frontend-dev-guide/themes/theme-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The conventional location of `view.xml` for a theme is:
<theme_dir>/etc/view.xml
```

For example, here is the `view.xml` of the Magento Blank theme: [`app/design/frontend/Magento/blank/etc/view.xml`]({{ site.mage2bloburl }}{{ page.guide_version }}/app/design/frontend/Magento/blank/etc/view.xml).
For example, here is the `view.xml` of the Magento Blank theme: [`app/design/frontend/Magento/blank/etc/view.xml`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/design/frontend/Magento/blank/etc/view.xml).

In `view.xml`, image properties are configured in the scope of `<images module="Magento_Catalog">` element:

Expand Down