Skip to content

Commit

Permalink
Pointing files to develop branch instead of master. (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
revanth0212 authored and dpatil-magento committed Aug 15, 2019
1 parent 65fe809 commit 9008eaa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pwa-devdocs/src/peregrine/routing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ class App extends Component {
...
```

[`router.js`]: https://github.com/magento/pwa-studio/blob/master/packages/peregrine/lib/Router/router.js
[`magentoRouteHandler.js`]: https://github.com/magento/pwa-studio/blob/master/packages/peregrine/lib/Router/magentoRouteHandler.js
[`resolveUnknownRoute.js`]: https://github.com/magento/pwa-studio/blob/master/packages/peregrine/lib/Router/resolveUnknownRoute.js
[`webpackInterop.js`]: https://github.com/magento/pwa-studio/blob/master/packages/peregrine/lib/Router/webpackInterop.js
[`page.js`]: https://github.com/magento/pwa-studio/blob/master/packages/peregrine/lib/Page/page.js
[`router.js`]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/Router/router.js
[`magentoRouteHandler.js`]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/Router/magentoRouteHandler.js
[`resolveUnknownRoute.js`]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/Router/resolveUnknownRoute.js
[`webpackInterop.js`]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/Router/webpackInterop.js
[`page.js`]: https://github.com/magento/pwa-studio/blob/develop/packages/peregrine/lib/Page/page.js
[`react-router`]: https://github.com/ReactTraining/react-router
[React Context]: https://reactjs.org/docs/context.html
[ErrorView]:t://github.com/magento/pwa-studio/blob/master/packages/venia-concept/src/components/ErrorView/errorView.js
[App]: https://github.com/magento/pwa-studio/blob/master/packages/venia-concept/src/components/App/app.js
[ErrorView]:t://github.com/magento/pwa-studio/blob/develop/packages/venia-concept/src/components/ErrorView/errorView.js
[App]: https://github.com/magento/pwa-studio/blob/develop/packages/venia-concept/src/components/App/app.js
[Loading and error message components]: #loading-and-error-message-components

1 comment on commit 9008eaa

@vercel
Copy link

@vercel vercel bot commented on 9008eaa Aug 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.