Skip to content

Commit 5990508

Browse files
committed
update public repo links to new github org
1 parent 5cafeeb commit 5990508

19 files changed

Lines changed: 32 additions & 49 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://nextcommerce.com">
3-
<img src="https://github.com/29next/developer-docs/blob/main/static/img/next-logo-stroked.png" alt="Logo" width="240">
3+
<img src="https://github.com/NextCommerceCo/developer-docs/blob/main/static/img/next-logo-stroked.png" alt="Logo" width="240">
44
</a>
55
<h2 align="center">Next Commerce Developer Docs</h3>
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::tip
22
To see a full example of the features available with App Snippets, Assets, and Settings, take a look at the Google Tag Manager app on Github.
3-
[View Google Analytics App on Github](https://github.com/29next/google-analytics-4)
3+
[View Google Analytics App on Github](https://github.com/NextCommerceCo/google-analytics-4)
44
:::
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:::tip
22
To see a full example of the features available with App Snippets, Assets, and Settings, take a look at the Google Tag Manager app on Github.
3-
[View Google Tag Manager App on Github](https://github.com/29next/google-tag-manager)
3+
[View Google Tag Manager App on Github](https://github.com/NextCommerceCo/google-tag-manager)
44
:::

_snippets/_view-intro-theme.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:::info
2-
Intro Bootstrap ([View Intro Bootstrap Theme](https://github.com/29next/intro-bootstrap)) is a publicly available starter theme for the 29 Next platform available on Github that can be used as a starting point and guide with store themeing.
2+
Intro Bootstrap ([View Intro Bootstrap Theme](https://github.com/NextCommerceCo/intro-bootstrap)) is a publicly available starter theme for the 29 Next platform available on Github that can be used as a starting point and guide with store themeing.
33
:::

docs/admin-api/guides/iframe-payment-form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
Custom off-site checkouts can reduce their PCI compliance scope by leveraging our iFrame payment form to tokenize credit cards before submitting them on the Admin API.
1010

1111
:::info
12-
View a fully functional [Demo](https://29next.github.io/demo-iframe-payment-form/) to see all of the concepts in action. The demo source code is also available on [Github](https://github.com/29next/demo-iframe-payment-form/blob/main/index.html).
12+
View a fully functional [Demo](https://29next.github.io/demo-iframe-payment-form/) to see all of the concepts in action. The demo source code is also available on [Github](https://github.com/NextCommerceCo/demo-iframe-payment-form/blob/main/index.html).
1313
:::
1414

1515
### Overview
@@ -160,7 +160,7 @@ Spreedly.on('errors', function(errors) {
160160

161161
### Customizing the iFrame Fields
162162

163-
The iFrame fields can be customized the style to match your site styles. See the [demo](https://github.com/29next/demo-iframe-payment-form/blob/main/index.html) for a full example of how to customize the iframe fields.
163+
The iFrame fields can be customized the style to match your site styles. See the [demo](https://github.com/NextCommerceCo/demo-iframe-payment-form/blob/main/index.html) for a full example of how to customize the iframe fields.
164164

165165
#### setField Type
166166

docs/apps/app-kit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ App Kit is only required for Apps that extend to the storefront with App Snippet
1414

1515

1616
:::info
17-
[See Full Instructions on Github](https://github.com/29next/app-kit) or [Install App Kit from PyPi](https://pypi.org/project/next-app-kit/)
17+
[See Full Instructions on Github](https://github.com/NextCommerceCo/app-kit) or [Install App Kit from PyPi](https://pypi.org/project/next-app-kit/)
1818
:::
1919

2020
## Installation

docs/apps/guides/fulfillment-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fulfillment service apps are integrations that manage fulfillment of physical pr
1515

1616

1717
:::info
18-
View a fully functional [Demo Fulfillment Service App](https://github.com/29next/demo-fulfillment-service-app) to see all of the concepts in action with detailed code examples.
18+
View a fully functional [Demo Fulfillment Service App](https://github.com/NextCommerceCo/demo-fulfillment-service-app) to see all of the concepts in action with detailed code examples.
1919
:::
2020

2121

docs/apps/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ We have full featured open source example apps that provide full code examples f
2424

2525
| Example Apps | Description | Link |
2626
| ------ | ------ | ----- |
27-
| Example S2S App | Server to Server demonstration of [OAuth Flow](/apps/oauth/index.md), [Session Tokens](/apps/oauth/session-auth.md), [Remote Settings](/apps/settings.md), [Webhook Setup](/webhooks.md) and [Verification](/webhooks.md#verifying-webhook-requests) | [View](https://github.com/29next/example-app) |
28-
| Google Analytics 4 | Demonstrates [Snippets](/docs/apps/snippets.md) and [Event Tracking](/docs/apps/event-tracking.md) to add javascript events to storefronts. | [View](https://github.com/29next/google-analytics-4) |
29-
| Fulfillment Service App | Demonstrates demonstration of [OAuth Flow](/apps/oauth/index.md) and the [Fulfillment Flow](/docs/apps/guides/fulfillment-service/#fulfillment-flow-overview) using the [Fulfillment APIs](/docs/admin-api/reference/#tag/fulfillment). | [View](https://github.com/29next/demo-fulfillment-service-app) |
27+
| Example S2S App | Server to Server demonstration of [OAuth Flow](/apps/oauth/index.md), [Session Tokens](/apps/oauth/session-auth.md), [Remote Settings](/apps/settings.md), [Webhook Setup](/webhooks.md) and [Verification](/webhooks.md#verifying-webhook-requests) | [View](https://github.com/NextCommerceCo/example-app) |
28+
| Google Analytics 4 | Demonstrates [Snippets](/docs/apps/snippets.md) and [Event Tracking](/docs/apps/event-tracking.md) to add javascript events to storefronts. | [View](https://github.com/NextCommerceCo/google-analytics-4) |
29+
| Fulfillment Service App | Demonstrates demonstration of [OAuth Flow](/apps/oauth/index.md) and the [Fulfillment Flow](/docs/apps/guides/fulfillment-service/#fulfillment-flow-overview) using the [Fulfillment APIs](/docs/admin-api/reference/#tag/fulfillment). | [View](https://github.com/NextCommerceCo/demo-fulfillment-service-app) |
3030

3131

3232
```mdx-code-block

docs/apps/oauth/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ A successful request will have the following response.
8383
Save the `access_token` to your app to use with requests to the [Admin API](/docs/admin-api/index.md) for the store. :clap:
8484

8585
:::info
86-
To see this in action, see the [Example App](https://github.com/29next/example-app) on Github.
86+
To see this in action, see the [Example App](https://github.com/NextCommerceCo/example-app) on Github.
8787
:::

docs/apps/oauth/session-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ sequenceDiagram
5757
```
5858

5959
:::tip
60-
To see this in action, see the [Example App](https://github.com/29next/example-app) on Github.
60+
To see this in action, see the [Example App](https://github.com/NextCommerceCo/example-app) on Github.
6161
:::

0 commit comments

Comments
 (0)