diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e166efb37cb..0f6fd58022a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -86,7 +86,7 @@ You can follow these steps to go from setting up a store to creating a pull requ >:information_source: We'll assume you're already set up with Git and GitHub (if you're not familiar with these, [start with these docs](https://docs.github.com/github/getting-started-with-github/quickstart/set-up-git)). 1. Set up a [development store](https://shopify.dev/themes/tools/development-stores) so you can test your code changes (assuming you don't already have a store). -2. Install the [Shopify CLI](https://github.com/Shopify/shopify-cli) by following [these steps](https://shopify.dev/themes/tools/cli/installation). +2. Install the [Shopify CLI](https://github.com/Shopify/cli) by following [these steps](https://shopify.dev/themes/tools/cli/installation). 3. Fork the repository, clone it and create a new branch: ```sh git clone git@github.com:your-username/dawn.git @@ -95,7 +95,7 @@ git checkout -b your-new-branch-name ``` 4. Launch a development server: ```sh -shopify theme serve +shopify theme dev ``` 5. Add your changes to the codebase. 6. Commit your changes: diff --git a/README.md b/README.md index 3dea7f613e0..b66e53d1b99 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ There are a number of really useful tools that the Shopify Themes team uses duri ### Shopify CLI -[Shopify CLI](https://github.com/Shopify/shopify-cli) helps you build Shopify themes faster and is used to automate and enhance your local development workflow. It comes bundled with a suite of commands for developing Shopify themes—everything from working with themes on a Shopify store (e.g. creating, publishing, deleting themes) or launching a development server for local theme development. +[Shopify CLI](https://github.com/Shopify/cli) helps you build Shopify themes faster and is used to automate and enhance your local development workflow. It comes bundled with a suite of commands for developing Shopify themes—everything from working with themes on a Shopify store (e.g. creating, publishing, deleting themes) or launching a development server for local theme development. -You can follow this [quick start guide for theme developers](https://shopify.dev/docs/themes/tools/cli) to get started. +You can follow this [quick start guide for theme developers](https://github.com/Shopify/cli#developing-apps-with-shopify-cli) to get started. ### Theme Check