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

Commit d7cde61

Browse files
committed
Relink remote storage; link staging
1 parent 5fffaf3 commit d7cde61

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/guides/v2.4/release-notes/commerce-2-4-2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Quarterly releases may contain backward-incompatible changes (BIC). Magento 2.4.
1717

1818
Merchants can now install time-sensitive security fixes without applying the hundreds of functional fixes and enhancements that a full quarterly release provides (for example, Magento 2.4.1-p1). Patch 2.4.0.12 (Composer package 2.4.1-p1) is a security-only patch that provides fixes for vulnerabilities that have been identified in our previous quarterly release, Magento 2.4.1. All hot fixes that were applied to the 2.4.1 release are included in this security-only patch. (A *hot fix* provides a fix to a released version of Magento that addresses a specific problem or bug.)
1919

20-
For general information about security-only patches, see the Magento DevBlog post [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security-only patches (including patch 2.4.1-p1), see [Install Magento using Composer]({{page.baseurl}}/install-gde/composer.html). Security-only patches include security bug fixes only, not the additional security enhancements that are included in the full patch.
20+
For general information about security-only patches, see the Magento DevBlog post [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security-only patches (including patch 2.4.1-p1), see [Install Magento using Composer]({{ page.baseurl }}/install-gde/composer.html). Security-only patches include security bug fixes only, not the additional security enhancements that are included in the full patch.
2121

2222
## Other release information
2323

@@ -82,7 +82,7 @@ This release adds GraphQL coverage for the following features:
8282

8383
* Integer type object IDs have been deprecated in favor of `uid` attributes of type ID. <!--- MC-36346-->
8484

85-
* Added the `staging` attribute to the `ProductInterface` and `CategoryInterface` to determine if a product is staged and to view its associated campaign information. <!--- MC-33897-->
85+
* Added the `staging` attribute to the [`ProductInterface`]({{ page.baseurl }}/graphql/interfaces/product-interface.html) and [`CategoryInterface`]({{ page.baseurl }}/graphql/interfaces/category-interface.html) to determine if a product is staged and to view its associated campaign information. <!--- MC-33897-->
8686

8787
* Added support for multiple wish lists. You can use GraphQL to [create]({{ page.baseurl }}/graphql/mutations/create-wishlist.html), [delete]({{ page.baseurl }}/graphql/mutations/delete-wishlist.html), and [rename]({{ page.baseurl }}/graphql/mutations/update-wishlist.html) wish lists as well as [move]({{ page.baseurl }}/graphql/mutations/move-products-to-wishlist.html) or [copy]({{ page.baseurl }}/graphql/mutations/copy-products-to-wishlist.html) items between them. <!--- MC-32356-->
8888

@@ -182,7 +182,7 @@ Amazon Simple Storage Service (AWS S3) support has been enhanced to include supp
182182

183183
* Object storage and future extensibility
184184

185-
* [Storing media files]((https://docs-beta.magento.com/user-guide/system/data-import-product-images.html#method-3-import-images-with-remote-storage) on AWS S3
185+
* [Storing media files]({{ page.baseurl }}/config-guide/remote-storage/config-remote-storage.html) on AWS S3
186186

187187
Support for AWS S3 has been added to all modules including B2B, PageBuilder, and Adobe Stock Integration.
188188

@@ -1450,7 +1450,7 @@ Our technology stack is built on PHP and MySQL. For more information, see [Syste
14501450

14511451
### Installation and upgrade instructions
14521452

1453-
You can install Magento Commerce 2.4.2 using [Composer]({{ page.baseur l}}/install-gde/composer.html).
1453+
You can install Magento Commerce 2.4.2 using [Composer]({{ page.baseurl }}/install-gde/composer.html).
14541454

14551455
## Migration tool kits
14561456

src/guides/v2.4/release-notes/open-source-2-4-2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Quarterly releases may contain backward-incompatible changes (BIC). Magento 2.4.
1717

1818
Merchants can now install time-sensitive security fixes without applying the hundreds of functional fixes and enhancements that a full quarterly release provides (for example, Magento 2.4.1-p1). Patch 2.4.0.12 (Composer package 2.4.1-p1) is a security-only patch that provides fixes for vulnerabilities that have been identified in our previous quarterly release, Magento 2.4.1. All hot fixes that were applied to the 2.4.1 release are included in this security-only patch. (A *hot fix* provides a fix to a released version of Magento that addresses a specific problem or bug.)
1919

20-
For general information about security-only patches, see the Magento DevBlog post [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security-only patches (including patch 2.4.1-p1), see [Install Magento using Composer]({{page.baseurl}}/install-gde/composer.html). Security-only patches include security bug fixes only, not the additional security enhancements that are included in the full patch.
20+
For general information about security-only patches, see the Magento DevBlog post [Introducing the New Security-only Patch Release](https://community.magento.com/t5/Magento-DevBlog/Introducing-the-New-Security-only-Patch-Release/ba-p/141287). For instructions on downloading and applying security-only patches (including patch 2.4.1-p1), see [Install Magento using Composer]({{ page.baseurl }}/install-gde/composer.html). Security-only patches include security bug fixes only, not the additional security enhancements that are included in the full patch.
2121

2222
## Other release information
2323

@@ -86,7 +86,7 @@ This release adds GraphQL coverage for the following features:
8686

8787
* Integer type object IDs have been deprecated in favor of `uid` attributes of type ID. <!--- MC-36346-->
8888

89-
* Added the `staging` attribute to the `ProductInterface` and `CategoryInterface` to determine if a product is staged and to view its associated campaign information. <!--- MC-33897-->
89+
* Added the `staging` attribute to the [`ProductInterface`]({{ page.baseurl }}/graphql/interfaces/product-interface.html) and [`CategoryInterface`]({{ page.baseurl }}/graphql/interfaces/category-interface.html) to determine if a product is staged and to view its associated campaign information. <!--- MC-33897-->
9090

9191
See the [GraphQL Developer Guide]({{page.baseurl}}/graphql/) for details on these enhancements.
9292

@@ -1236,7 +1236,7 @@ Our technology stack is built on PHP and MySQL. For more information, see [Syste
12361236

12371237
### Installation and upgrade instructions
12381238

1239-
You can install Magento Open Source 2.4.2 using [Composer]({{ page.baseur l}}/install-gde/composer.html).
1239+
You can install Magento Open Source 2.4.2 using [Composer]({{ page.baseurl }}/install-gde/composer.html).
12401240

12411241
## Migration toolkits
12421242

0 commit comments

Comments
 (0)