Skip to content

Commit 0fb5de5

Browse files
committed
Correct links for queries
1 parent 176a44b commit 0fb5de5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/pages/graphql/schema/cart/queries/all-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cart price rules apply discounts to items in the shopping cart, based on a set o
2121

2222
## Reference
2323

24-
The [`allCartRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-cart-rules) reference provides detailed information about the types and fields defined in this query.
24+
The [`allCartRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-allCartRules) reference provides detailed information about the types and fields defined in this query.
2525

2626
## Example usage
2727

src/pages/graphql/schema/customer/queries/all-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Customer groups determine which discounts are available and the tax class that i
2121

2222
## Reference
2323

24-
The [`allCustomerGroups`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-customer-groups) reference provides detailed information about the types and fields defined in this query.
24+
The [`allCustomerGroups`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-allCustomerGroups) reference provides detailed information about the types and fields defined in this query.
2525

2626
## Example usage
2727

src/pages/graphql/schema/customer/queries/all-segments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Examples include customer address, order history, and shopping cart contents.
2424

2525
## Reference
2626

27-
The [`allCustomerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-customer-segments) reference provides detailed information about the types and fields defined in this query.
27+
The [`allCustomerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-allCustomerSegments) reference provides detailed information about the types and fields defined in this query.
2828

2929
## Example usage
3030

src/pages/graphql/schema/customer/queries/segments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Examples include customer address, order history, and shopping cart contents.
2222

2323
## Reference
2424

25-
The [`customerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-customer-segments) reference provides detailed information about the types and fields defined in this query.
25+
The [`customerSegments`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-customerSegments) reference provides detailed information about the types and fields defined in this query.
2626

2727
## Example usage
2828

src/pages/graphql/schema/products/queries/all-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Catalog price rules can be used to offer products to buyers at a discounted pric
2121

2222
## Reference
2323

24-
The [`allCatalogRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-all-catalog-rules) query returns a list of catalog rule names.
24+
The [`allCatalogRules`](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-allCatalogRules) query returns a list of catalog rule names.
2525

2626
## Example usage
2727

0 commit comments

Comments
 (0)