Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Sep 25, 2024
1 parent 5f78183 commit d6537c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/coding-standards/docblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The goal of this standard is to unify usage of code DocBlocks for all files, not

The following is assumed by default:

* Formatting according to the [phpDocumentor](https://docs.phpdoc.org/latest/guide/references/phpdoc/basic-syntax.html#basic-syntax) standard
* Formatting according to the [phpDocumentor](https://docs.phpdoc.org/guide/references/phpdoc/basic-syntax.html) standard
* Requirements apply for all files regardless of programming language, but a DocBlock standard for the particular language may override it.

## General principles
Expand Down
2 changes: 1 addition & 1 deletion src/pages/module-reference/module-media-gallery-ui-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For information about module installation in Magento 2, see [Enable or disable m

For information about significant changes in patch releases, see [2.4.x Release information](https://experienceleague.adobe.com/docs/commerce-operations/release/notes/overview.html).

[Learn more about New Media Gallery](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/gallery/media-gallery.html).
[Learn more about New Media Gallery](https://experienceleague.adobe.com/en/docs/commerce-admin/content-design/wysiwyg/gallery/media-gallery).

<InlineAlert slots="text" />
The version of this module is 100.4.5.
2 changes: 1 addition & 1 deletion src/pages/module-reference/module-media-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Extension developers can interact with the Magento_MediaStorage module. For more

More information can get at articles:

- [Learn how to configure Media Storage Database](https://experienceleague.adobe.com/docs/commerce-admin/content-design/media/storage/media-storage-database.html).
- [Learn how to configure Media Storage Database](https://experienceleague.adobe.com/en/docs/commerce-admin/content-design/wysiwyg/storage/media-storage-database).
- [Learn how to Resize catalog images](https://developer.adobe.com/commerce/frontend-core/guide/themes/configure/#resize-catalog-images)

<InlineAlert slots="text" />
Expand Down

0 comments on commit d6537c5

Please sign in to comment.