Skip to content

Commit

Permalink
MAGREQ-8593: Removed reference to old GH org
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews committed Jul 31, 2023
1 parent dbd7cc4 commit ef88f4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ After you have met these prerequisites, you are ready to begin creating your cus

[use these instructions]: <{% link venia-pwa-concept/setup/index.md %}>

[download and install the pagebuilderquote module]: https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderQuote
[download and install the pagebuilderquote module]: https://github.com/commerce-docs/pagebuilder-examples/tree/master/Quote/Custom

[github pagebuilder-examples repo]: https://github.com/magento-devdocs/pagebuilder-examples/tree/master/Example/PageBuilderQuote
[github pagebuilder-examples repo]: https://github.com/commerce-docs/pagebuilder-examples/tree/master/Quote/Custom
2 changes: 1 addition & 1 deletion pwa-devdocs/src/technologies/theme-vs-storefront/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The following table is a summary of general skills needed for PWA storefront dev
[jQuery]: https://jquery.com/
[Less]: http://lesscss.org/
[CSS]: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/css-topics/css-overview.html
[Magento UI library]: https://magento-devdocs.github.io/magento2-ui-library/
[Magento UI library]: https://commerce-docs.github.io/magento2-ui-library/
[Magento layouts]: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html
[Magento templates]: https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-overview.html
[Magento UI components]: https://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,10 @@ Now, when you start your storefront application and navigate to a product page,

## Live example

You can see this extension running live in this [CodeSandbox instance][] or you can check out the source repository in the [`taglist-extension-tutorial`][] branch in the **magento-devdocs/pwa-studio-code-sandbox** GitHub project.
You can see this extension running live in this [CodeSandbox instance][] or you can check out the source repository in the [`taglist-extension-tutorial`][] branch in the **commerce-docs/pwa-studio-code-sandbox** GitHub project.

```html
<iframe src="https://codesandbox.io/embed/github/magento-devdocs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial/?fontsize=12&hidenavigation=1&module=%2Fextensions%2FtagList%2Fpackage.json&moduleview=1&theme=dark"
<iframe src="https://codesandbox.io/embed/github/commerce-docs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial/?fontsize=12&hidenavigation=1&module=%2Fextensions%2FtagList%2Fpackage.json&moduleview=1&theme=dark"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="dev-sandbox"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
Expand All @@ -472,5 +472,5 @@ You can see this extension running live in this [CodeSandbox instance][] or you
[targets and targetables]: <{%link pwa-buildpack/extensibility-framework/index.md %}>

[productdetailsfragment]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/talons/RootComponents/Product/productDetailFragment.gql.js
[`taglist-extension-tutorial`]: https://github.com/magento-devdocs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial
[codesandbox instance]: https://codesandbox.io/s/github/magento-devdocs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial/
[`taglist-extension-tutorial`]: https://github.com/commerce-docs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial
[codesandbox instance]: https://codesandbox.io/s/github/commerce-docs/pwa-studio-code-sandbox/tree/taglist-extension-tutorial/

0 comments on commit ef88f4e

Please sign in to comment.