diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/README.md b/README.md index 97726bb87..c445deab4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Check out this screencast on how to create and deploy a new Shopify App to Herok [https://vimeo.com/130247240](https://vimeo.com/130247240) -Or if you prefer text instructions the steps in the video are written out [here](https://github.com/Shopify/shopify_app/blob/master/QUICKSTART.md) +Or if you prefer text instructions the steps in the video are written out [here](https://github.com/Shopify/shopify_app/blob/master/docs/Quickstart.md) Becoming a Shopify App Developer -------------------------------- @@ -326,7 +326,7 @@ Create your app proxy url in the [Shopify Partners' Dashboard](https://app.shopi Troubleshooting --------------- -see [TROUBLESHOOTING.md](TROUBLESHOOTING.md) +see [TROUBLESHOOTING.md](https://github.com/Shopify/shopify_app/blob/master/docs/Troubleshooting.md) Testing an embedded app outside the Shopify admin ------------------------------------------------- diff --git a/QUICKSTART.md b/docs/Quickstart.md similarity index 100% rename from QUICKSTART.md rename to docs/Quickstart.md diff --git a/RELEASING b/docs/Releasing.md similarity index 100% rename from RELEASING rename to docs/Releasing.md diff --git a/TROUBLESHOOTING.md b/docs/Troubleshooting.md similarity index 100% rename from TROUBLESHOOTING.md rename to docs/Troubleshooting.md