diff --git a/docs/source/deployment/heroku.md b/docs/source/deployment/heroku.md index 9eeb62bc..ad2c2894 100644 --- a/docs/source/deployment/heroku.md +++ b/docs/source/deployment/heroku.md @@ -11,14 +11,14 @@ Heroku is a common Platform as a Service that allows you to deploy your Apollo S Log into the [Heroku dashboard](https://dashboard.heroku.com/apps). Then click “New” > “Create New App” in the top right. The name you choose will be used later in this tutorial as , so be sure to replace it in the later sections.
-![New App Screenshot](../img/deployment/heroku/new-app.png) +![New App Screenshot](../images/deployment/heroku/new-app.png)

Name your app and hit “Create app”
-![Create App Screenshot](../img/deployment/heroku/create-app.png) +![Create App Screenshot](../images/deployment/heroku/create-app.png)

@@ -46,7 +46,7 @@ In order to enable the production mode of Apollo Server, you will need to set th Then under the “Settings” tab, click “Reveal Config Vars". Next set `NODE_ENV` to `production` and copy your key from the [Engine UI](http://engine.apollographql.com/) as the value for `ENGINE_API_KEY`.
-![Add Engine Api Key Screenshot](../img/deployment/heroku/add-env-vars.png) +![Add Engine Api Key Screenshot](../images/deployment/heroku/add-env-vars.png)

@@ -59,7 +59,7 @@ Send a query to your GraphQL service at your Heroku Application at ` -![Add Integration Screenshot](../img/deployment/heroku/add-integration.png) +![Add Integration Screenshot](../images/deployment/heroku/add-integration.png)

diff --git a/docs/source/img/deploy/heroku/add-env-vars.png b/docs/source/images/deployment/heroku/add-env-vars.png similarity index 100% rename from docs/source/img/deploy/heroku/add-env-vars.png rename to docs/source/images/deployment/heroku/add-env-vars.png diff --git a/docs/source/img/deploy/heroku/add-integration.png b/docs/source/images/deployment/heroku/add-integration.png similarity index 100% rename from docs/source/img/deploy/heroku/add-integration.png rename to docs/source/images/deployment/heroku/add-integration.png diff --git a/docs/source/img/deploy/heroku/create-app.png b/docs/source/images/deployment/heroku/create-app.png similarity index 100% rename from docs/source/img/deploy/heroku/create-app.png rename to docs/source/images/deployment/heroku/create-app.png diff --git a/docs/source/img/deploy/heroku/new-app.png b/docs/source/images/deployment/heroku/new-app.png similarity index 100% rename from docs/source/img/deploy/heroku/new-app.png rename to docs/source/images/deployment/heroku/new-app.png