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

Commit cb68d99

Browse files
authored
Merge pull request #2661 from magento-devdocs/pwa-studio-links
Updated links from devdocs to new PWA-Studio site
2 parents e8dbb2c + 2be2882 commit cb68d99

26 files changed

+26
-26
lines changed

src/_data/main-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
url: /design-styleguide/bk-styleguide.html
132132

133133
- label: PWA Documentation Site
134-
url: https://magento.github.io/pwa-studio/
134+
url: https://developer.adobe.com/commerce/pwa-studio/
135135

136136
- label: Page Builder Developer Guide
137137
url: /page-builder/docs/index.html

src/_includes/layout/header-scripts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
label: "PWA",
3535
name: "pwa-devdocs",
36-
baseUrl: "https://magento.github.io/pwa-studio"
36+
baseUrl: "https://developer.adobe.com/commerce/pwa-studio/"
3737
},
3838
{
3939
label: "Order Management",

src/contributor-guide/maintainer-handbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This document describes activities performed by a community maintainer, provides
99

1010
Our maintainers work on numerous repositories within the Magento Github organization. The repository that has most activity is [magento2](https://github.com/magento/magento2). Depending on your interest, you might also interact with some of our other repositories, such as:
1111

12-
- [pwa-studio](https://github.com/magento/pwa-studio)
12+
- [pwa-studio](https://developer.adobe.com/commerce/pwa-studio/)
1313
- [magento2-phpstorm-plugin](https://github.com/magento/magento2-phpstorm-plugin)
1414
- [inventory](https://github.com/magento/inventory)
1515
- [adobe-stock-integration](https://github.com/magento/adobe-stock-integration)

src/guides/v2.3/comp-mgr/upgrade-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ From the moment you start working on a project, you should consider how future u
3939

4040
Begin adopting the {{site.data.var.ee}} Extensibility platform, if you haven't done so already. The platform allows you to efficiently customize processes, integrate systems, and deploy new capabilities while maintaining SaaS-like upgradeability. Its features include:
4141

42-
* **UI Extensibility**. Extend and evolve your storefront independently of your backend and middleware using [PWA Studio](https://magento.github.io/pwa-studio/).
42+
* **UI Extensibility**. Extend and evolve your storefront independently of your backend and middleware using [PWA Studio](https://developer.adobe.com/commerce/pwa-studio/).
4343

4444
* **API Extensibility**. Use [GraphQL]({{page.baseurl}}/graphql/index.html) to extend Web API layer by evolving the graph data model and executing lambda functions directly from the graph layer.
4545

src/guides/v2.3/graphql/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Release Notes
55

66
*Release notes published January 2020.*
77

8-
GraphQL is a flexible and performant API that allows you to build custom front-ends, including headless storefronts, [Progressive Web Apps](https://github.com/magento/pwa-studio) (PWA), and mobile apps for Magento.
8+
GraphQL is a flexible and performant API that allows you to build custom front-ends, including headless storefronts, [Progressive Web Apps](https://developer.adobe.com/commerce/pwa-studio/) (PWA), and mobile apps for Magento.
99

1010
The **[Magento GraphQL](https://github.com/magento/graphql-ce) project** is a Magento Community Engineering special project open to contributors.
1111
To take part and contribute, see the [Magento GraphQL](https://github.com/magento/graphql-ce) repository and [wiki](https://github.com/magento/graphql-ce/wiki) to get started. Join us in our [Slack](https://magentocommeng.slack.com/archives/C8076E0KS) channel (or [self signup](https://opensource.magento.com/slack)) to discuss the project.

src/guides/v2.3/inventory/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ As a result of applying SRP to module responsibilities (while taking into accoun
2525
* Admin UI
2626
* Frontend UI
2727

28-
The Admin and frontend UIs can be separated, because it's possible to have two different technology stacks. The Admin UI uses UI components, while the frontend UI can use the [PWA](https://magento.github.io/pwa-studio/) studio stack, consisting of technology such as webpack, React, Redux, and GraphQL.
28+
The Admin and frontend UIs can be separated, because it's possible to have two different technology stacks. The Admin UI uses UI components, while the frontend UI can use the [PWA](https://developer.adobe.com/commerce/pwa-studio/) studio stack, consisting of technology such as webpack, React, Redux, and GraphQL.
2929

3030
Now, instead of creating one module that covers a specialized business domain, we create up to four modules, each one responsible for a dedicated layer of the system to provide high granularity for customizations. For example, in the standard Magento architecture, the `InventorySales` module would have contained all the APIs, business logic, and UI definitions. Now, these responsibilities are defined in the `InventorySales`, `InventorySalesApi`, `InventorySalesAdminUI`, and `InventorySalesFrontendUI` modules.
3131

src/guides/v2.3/pwa/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ It uses modern tools and libraries to create a build system and framework that a
1717

1818
For more information, visit the **[Magento PWA Documentation site][]**.
1919

20-
[Magento PWA Documentation site]: https://magento.github.io/pwa-studio/
20+
[Magento PWA Documentation site]: https://developer.adobe.com/commerce/pwa-studio/

src/guides/v2.3/release-notes/ReleaseNotes2.3.0Commerce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See the description of PRODSECBUG-2198 in the [Magento Security Center](https://
4242

4343
### Improved developer experience
4444

45-
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
45+
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://developer.adobe.com/commerce/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
4646

4747
* **Declarative schema** simplifies installation and upgrade procedures for Magento and extensions. Declarative schema reduce the need for many database scripts, eliminating the need to maintain these scripts. And here's a big advantage: This features enables Magento to roll out database schema changes in patch releases (not currently possible). This feature supports split and shared database structures and database structure validation.
4848

src/guides/v2.3/release-notes/ReleaseNotes2.3.0OpenSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Magento Inventory is a Magento Community Engineering special project open to con
3737

3838
### Improved developer experience
3939

40-
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://magento.github.io/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
40+
* **PWA Studio** is a set of tools that support the development, deployment and maintenance of progressive web applications. See [Magento PWA documentation](https://developer.adobe.com/commerce/pwa-studio/) for information about this toolset as well as information about contributing to this ongoing project.
4141

4242
* **Declarative schema** simplifies installation and upgrade procedures for Magento and extensions. Declarative schema reduce the need for many database scripts, eliminating the need to maintain these scripts. And here's a big advantage: This features enables Magento to roll out database schema changes in patch releases (not currently possible). This feature supports split and shared database structures and database structure validation.
4343

src/guides/v2.3/release-notes/ReleaseNotes2.3.1Commerce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The Magento Inventory (was MSI) community project has added multiple new feature
8080

8181
#### Progressive Web Apps (PWA) Studio
8282

83-
PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://magento.github.io/pwa-studio/).
83+
PWA Studio is a set of developer tools that allow you to develop, deploy, and maintain a PWA storefront on top of Magento 2.x. See [Magento PWA Documentation](https://developer.adobe.com/commerce/pwa-studio/).
8484

8585
#### GraphQL
8686

0 commit comments

Comments
 (0)