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

Commit f3caf54

Browse files
authored
Merge pull request magento-commerce/devdocs#2652
Fix URLs to the User Guide
2 parents 183778d + 67bd64a commit f3caf54

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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
@@ -103,7 +103,7 @@ See the [GraphQL Developer Guide]({{page.baseurl}}/graphql/) for details on thes
103103

104104
Magento 2.4.2 introduces B2B v1.3.1. This release includes support for online payments for purchase orders as well as multiple bug fixes.
105105

106-
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order](https://docs-beta.magento.com/user-guide/stores/b2b-purchase-order-flow.html) during the initial checkout. After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
106+
**Purchase orders can now be completed using online payment methods**. B2B buyers are prompted to select their preferred payment method for each [purchase order]({{ site.user_guide_url }}/stores/b2b-purchase-order-flow.html) during the initial checkout. After the purchase order has been approved, buyers are prompted to enter payment details to convert the purchase order to a final order.
107107

108108
To support a complete workflow for accepting online payments, this feature also:
109109

@@ -145,11 +145,11 @@ This release includes enhancements to Page Builder content migration and Page Bu
145145

146146
* Content migrated to Page Builder is no longer padded with default inline styling.
147147

148-
* Page Builder no longer requires all content types to be placed within a row. The [Page Builder stage](https://docs-beta.magento.com/user-guide/cms/page-builder-workspace.html#stage) is now initially blank and supports adding the following content types directly to the stage: Rows, Columns, Tabs, HTML Code, Blocks, Dynamic Blocks.
148+
* Page Builder no longer requires all content types to be placed within a row. The [Page Builder stage]({{ site.user_guide_url }}/cms/page-builder-workspace.html#stage) is now initially blank and supports adding the following content types directly to the stage: Rows, Columns, Tabs, HTML Code, Blocks, Dynamic Blocks.
149149

150150
* Predefined margins and paddings are no longer required for content types.
151151

152-
* The new mobile [viewport switcher](https://docs-beta.magento.com/user-guide/cms/page-builder-workspace.html#viewports) and viewport scope for form field values lets users and developers perform these actions:
152+
* The new mobile [viewport switcher]({{ site.user_guide_url }}/cms/page-builder-workspace.html#viewports) and viewport scope for form field values lets users and developers perform these actions:
153153

154154
* View content on different view ports when authoring.
155155

@@ -179,7 +179,7 @@ This release includes Adobe Stock Integration v2.1.1.
179179

180180
* Manage folder structure.
181181

182-
**Web-optimized images in content**. Merchants can now use [web-optimized image rendition](https://docs-beta.magento.com/user-guide/cms/media-gallery-image-optimization.html) in content instead of high resolution images. The original image remains unmodified in the Media Gallery, and the image rendition is dynamically generated when the image is inserted in the content.
182+
**Web-optimized images in content**. Merchants can now use [web-optimized image rendition]({{ site.user_guide_url }}/cms/media-gallery-image-optimization.html) in content instead of high resolution images. The original image remains unmodified in the Media Gallery, and the image rendition is dynamically generated when the image is inserted in the content.
183183

184184
### AWS S3 support enhancements
185185

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For information about enhancements and bug fixes, see [PWA Studio releases](http
122122

123123
* Manage folder structure.
124124

125-
**Web-optimized images in content**. Merchants can now use [web-optimized image rendition](https://docs-beta.magento.com/user-guide/cms/media-gallery-image-optimization.html) in content instead of high resolution images. The original image remains unmodified in the Media Gallery, and the image rendition is dynamically generated when the image is inserted in the content.
125+
**Web-optimized images in content**. Merchants can now use [web-optimized image rendition]({{ site.user_guide_url }}/cms/media-gallery-image-optimization.html) in content instead of high resolution images. The original image remains unmodified in the Media Gallery, and the image rendition is dynamically generated when the image is inserted in the content.
126126

127127
### Magento Functional Testing Framework (MFTF)
128128

src/live-search/indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Streaming update workflow:
6262

6363
## Client search
6464

65-
The Live Search API allows a client to sort by any sortable product attribute by setting the [storefront property](https://docs-beta.magento.com/user-guide/stores/attributes-product.html), _Used for sorting in product listings_ to `Yes`. Depending on the theme, this setting causes the attribute to be included as an option in the [Sort by](https://docs-beta.magento.com/user-guide/catalog/navigation-pagination.html) pagination control on catalog pages. Up to 300 product attributes can be indexed by Live Search, with [storefront properties](https://docs-beta.magento.com/user-guide/stores/attributes-product.html) that are searchable and filterable.
65+
The Live Search API allows a client to sort by any sortable product attribute by setting the [storefront property]({{ site.user_guide_url }}/stores/attributes-product.html), _Used for sorting in product listings_ to `Yes`. Depending on the theme, this setting causes the attribute to be included as an option in the [Sort by]({{ site.user_guide_url }}/catalog/navigation-pagination.html) pagination control on catalog pages. Up to 300 product attributes can be indexed by Live Search, with [storefront properties]({{ site.user_guide_url }}/stores/attributes-product.html) that are searchable and filterable.
6666

6767
The index metadata is stored in the indexing pipeline and is accessible by the search service.
6868

src/recommendations/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ The release notes include:
8282

8383
## 3.0.6 of magento/product-recommendations for {{site.data.var.ee}} 2.4.0
8484

85-
- {:.new}**(Beta)** Includes support for new [Visual similarity recommendation type](https://docs-beta.magento.com/user-guide/marketing/prex-type-visualsim.html)
85+
- {:.new}**(Beta)** Includes support for new [Visual similarity recommendation type]({{ site.user_guide_url }}/marketing/prex-type-visualsim.html)
8686

8787
## 1.0.0 of magento/module-visual-product-recommendations for {{site.data.var.ee}} 2.4.0
8888

89-
- {:.new}**(Beta)** [Visual similarity](https://docs-beta.magento.com/user-guide/marketing/prex-type-visualsim.html). With the _Visual similarity_ recommendation type, you can deploy a recommendation unit to your product detail page that displays products that are visually similar to the product being viewed.
89+
- {:.new}**(Beta)** [Visual similarity]({{ site.user_guide_url }}/marketing/prex-type-visualsim.html). With the _Visual similarity_ recommendation type, you can deploy a recommendation unit to your product detail page that displays products that are visually similar to the product being viewed.
9090

9191
## 3.0.5 of magento/product-recommendations for {{site.data.var.ee}} 2.4.0
9292

0 commit comments

Comments
 (0)