Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Documentation Issue: "Open PR" link in README.md took me to github 40…
Browse files Browse the repository at this point in the history
…4. (#370)

## How I resolved it
- changed /github/ to /pull-requests

Co-authored-by: Daniel Philip Johnson <[email protected]>
  • Loading branch information
danielphilipjohnson and Daniel Philip Johnson authored Jan 24, 2023
1 parent 350aeaa commit 61440b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Want to contribute? Ping us on `#shopify` channel on [our Discord](https://disco
4. Run `yarn` to install dependencies
5. Build dependencies `yarn build:api-client && yarn build:composables`
6. Run `yarn dev:theme` to run theme. You can find other commands in `package.json`
7. [Open PR](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch
7. [Open PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to develop branch
💡 If you need HMR on ```Api-Client```/ ```Composables``` run `yarn dev:api-client` or `yarn dev:composables` on a separate terminal window.
Expand Down

0 comments on commit 61440b4

Please sign in to comment.