Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #569 from Shopify/update-config-yml-url
Browse files Browse the repository at this point in the history
Update config-sample.yml URL to 0.x branch
  • Loading branch information
t-kelly authored May 17, 2018
2 parents a0514de + 0ae3243 commit 253e0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/slate-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ slate migrate [--options]

Converts an existing theme to work with Slate. Run this command from your project root to install dependencies and restructure your theme files into a `src/` directory. Empty `icons/`, `styles/` and `scripts/` folders will also be created.

Create `config.yml` in your root using [this sample file](https://github.com/Shopify/slate/blob//master/packages/slate-theme/config-sample.yml), then use [theme commands](#theme-commands) to start developing.
Create `config.yml` in your root using [this sample file](https://raw.githubusercontent.com/Shopify/slate/0.x/packages/slate-theme/config-sample.yml), then use [theme commands](#theme-commands) to start developing.

#### options

Expand Down
2 changes: 1 addition & 1 deletion packages/slate-cli/src/commands/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default function(program) {

if (!existsSync(configYml)) {
const configUrl =
'https://raw.githubusercontent.com/Shopify/slate//master/packages/slate-theme/config-sample.yml';
'https://raw.githubusercontent.com/Shopify/slate/0.x/packages/slate-theme/config-sample.yml';

await utils.downloadFromUrl(
configUrl,
Expand Down

0 comments on commit 253e0b9

Please sign in to comment.