docs: update cloud docs urls (#5175)

This commit is contained in:
Rikin Kachhia 2020-06-23 00:37:46 +05:30 committed by GitHub
parent c4e812e2fb
commit 623ed76e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@
Hasura Core Hasura Core
</span> </span>
</a> </a>
<a href="https://hasura.io/docs/cloud/1.0/cloud/index.html"> <a href="https://hasura.io/docs/cloud/1.0/manual/index.html">
<span> <span>
Hasura Cloud Hasura Cloud
</span> </span>

View File

@ -26,7 +26,7 @@ To use the Hasura GraphQL engine, you need to:
Get started from scratch Get started from scratch
------------------------ ------------------------
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/cloud/getting-started/index.html>`_ **(recommended)**: Create a new Hasura Cloud project with just one click. - `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 Heroku <heroku_simple>`: Get started in under 60 seconds with no setup required to - :ref:`Using Heroku <heroku_simple>`: Get started in under 60 seconds with no setup required to
host the Hasura GraphQL engine and Postgres on Heroku's free tier. host the Hasura GraphQL engine and Postgres on Heroku's free tier.
- :ref:`Using Docker <docker_simple>`: Run a **local development** setup that sets up both the Hasura GraphQL - :ref:`Using Docker <docker_simple>`: Run a **local development** setup that sets up both the Hasura GraphQL
@ -35,7 +35,7 @@ Get started from scratch
Get started using an existing database Get started using an existing database
-------------------------------------- --------------------------------------
- `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/cloud/projects/create.html>`_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database - `Using Hasura Cloud <https://hasura.io/docs/cloud/1.0/manual/projects/create.html>`_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database
- :ref:`Using Heroku <heroku_existing_db>`: Run on Heroku using an existing Heroku - :ref:`Using Heroku <heroku_existing_db>`: Run on Heroku using an existing Heroku
Postgres database. Postgres database.
- :ref:`Using Docker <deployment_docker>`: Run as a docker container and connect to an existing Postgres - :ref:`Using Docker <deployment_docker>`: Run as a docker container and connect to an existing Postgres