docs: change heroku one click url (#5314)

This commit is contained in:
Marion Schleifer 2020-07-07 13:43:59 +02:00 committed by GitHub
parent 4637de42e8
commit 41ba54437a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -14,8 +14,8 @@ Run Hasura GraphQL engine on Heroku
This guide will help you get the Hasura GraphQL engine running as a "git push to deploy" app on
`Heroku <https://www.heroku.com/platform>`_ and connecting it to a `Heroku Postgres <https://www.heroku.com/postgres>`_
instance. If you want a simple, quick deployment on Heroku, follow this :ref:`Heroku quickstart
guide <heroku_quickstart>`.
instance. If you want a simple, quick deployment on Heroku, follow this :ref:`Heroku one-click
guide <heroku_one_click>`.
Clone the Hasura GraphQL engine Heroku app
------------------------------------------

View File

@ -29,7 +29,7 @@ Get started from scratch
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>`__ **(recommended)**: Create a new Hasura Cloud project with just one click.
- :ref:`Using Docker <docker_simple>`: Run a **local development** setup that sets up both the Hasura GraphQL
engine and Postgres using Docker.
- :ref:`Using Heroku <heroku_quickstart>`: Get started quickly with no setup required to
- :ref:`Using Heroku <heroku_one_click>`: Get started quickly with no setup required to
host the Hasura GraphQL engine and Postgres on Heroku.
Get started using an existing database
@ -52,7 +52,7 @@ Get started using an existing database
:titlesonly:
:hidden:
Hasura cloud quickstart <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>
Hasura Cloud quickstart <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>
Docker quickstart <docker-simple>
Using an existing database <using-existing-database>
first-graphql-query

View File

@ -2,7 +2,7 @@
:description: Get started with Hasura using Heroku
:keywords: hasura, docs, start, heroku
.. _heroku_quickstart:
.. _heroku_one_click:
One-click deployment with Heroku
================================

View File

@ -13,7 +13,7 @@ Guides: Deployment
:local:
- `One-click deployment with Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/getting-started/index.html>`__
- :ref:`One-click deployment with Heroku <heroku_quickstart>`
- :ref:`One-click deployment with Heroku <heroku_one_click>`
- :ref:`Digital Ocean One-click App on Marketplace <deploy_do_marketplace>`
- :ref:`Azure Container Instances with Postgres <deploy_azure_ci_pg>`
- :ref:`Google Cloud Platform with Kubernetes engine and Cloud SQL <deploy_gc_kubernetes>`
@ -31,7 +31,7 @@ Guides: Deployment
:titlesonly:
:hidden:
Heroku One-click deployment <heroku-quickstart>
Heroku One-click deployment <heroku-one-click>
DigitalOcean One-click App on Marketplace <digital-ocean-one-click>
Azure Container Instances with Postgres <azure-container-instances-postgres>
Google Cloud Platform with Kubernetes engine and Cloud SQL <google-kubernetes-engine-cloud-sql>