Skip to content

Commit b835d95

Browse files
committed
Replace staging links with production links
1 parent d0de3d2 commit b835d95

File tree

4 files changed

+1660
-1642
lines changed

4 files changed

+1660
-1642
lines changed

spectaql/comdox-theme/views/partials/layout/page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{#if logoData }}
77
<img src="data:image/png;base64,{{logoData}}" title="{{info.title}}" />
88
{{else if logoUrl}}
9-
<a href="https://developer-stage.adobe.com/commerce/webapi/graphql/"><img src="{{logoUrl}}" title="{{info.title}}" />
9+
<a href="https://developer.adobe.com/commerce/webapi/graphql/"><img src="{{logoUrl}}" title="{{info.title}}" />
1010
<strong class="spectrum-Heading spectrum-Heading--sizeXXS" style="text-align: center; display: block; color: #FA0F00;">Adobe&nbsp;Developer</strong>
1111
</a>
1212
{{else if logoImageName}}

spectaql/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ info:
421421
#
422422
##############################################
423423

424-
description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer-stage.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
424+
description: The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main <a href="https://developer.adobe.com/commerce/webapi/graphql/schema/" target="_blank">GraphQL documentation</a>.
425425
version: 2.4.7
426426
title: Adobe Commerce GraphQL API
427427
# This is non-standard and optional. If omitted, will use "title". Also, only relevant
@@ -440,7 +440,7 @@ info:
440440
x-introItems:
441441
# Can be a Title (for the Nav panel) + URL to simply add a link to somewhere
442442
- title: Back to the GraphQL guide
443-
url: https://developer-stage.adobe.com/commerce/webapi/graphql/reference/
443+
url: https://developer.adobe.com/commerce/webapi/graphql/reference/
444444
# Can be a Title (for the Nav panel) + description (for the Content panel)
445445
# - title: Important thing 1
446446
# description: Some important stuff we wanted you to know. Supports `markdown`

src/pages/graphql/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ keywords:
1010

1111
The Adobe Commerce and Magento Open Source GraphQL API provides a flexible, powerful, and efficient alternative to REST and SOAP web APIs for frontend development. The API is organized around a single GraphQL endpoint that provides access to the full range of Adobe Commerce and Magento Open Source features.
1212

13-
See the following page for the full reference documentation for the Adobe Commerce and Magento Open Source GraphQL API schema: [GraphQL API reference](https://developer-stage.adobe.com/commerce/webapi/graphql-api/).
13+
See the following page for the full reference documentation for the Adobe Commerce and Magento Open Source GraphQL API schema: [GraphQL API reference](https://developer.adobe.com/commerce/webapi/graphql-api/).

0 commit comments

Comments
 (0)