From 623ed76e3ddc6985b111ae62834dffb6cabff058 Mon Sep 17 00:00:00 2001
From: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
Date: Tue, 23 Jun 2020 00:37:46 +0530
Subject: [PATCH] docs: update cloud docs urls (#5175)
---
docs/_theme/djangodocs/layout.html | 2 +-
docs/graphql/manual/getting-started/index.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html
index de63ed8a246..a08300602ce 100644
--- a/docs/_theme/djangodocs/layout.html
+++ b/docs/_theme/djangodocs/layout.html
@@ -248,7 +248,7 @@
Hasura Core
-
+
Hasura Cloud
diff --git a/docs/graphql/manual/getting-started/index.rst b/docs/graphql/manual/getting-started/index.rst
index 7c54656c45e..813105eacb5 100644
--- a/docs/graphql/manual/getting-started/index.rst
+++ b/docs/graphql/manual/getting-started/index.rst
@@ -26,7 +26,7 @@ To use the Hasura GraphQL engine, you need to:
Get started from scratch
------------------------
-- `Using Hasura Cloud `_ **(recommended)**: Create a new Hasura Cloud project with just one click.
+- `Using Hasura Cloud `_ **(recommended)**: Create a new Hasura Cloud project with just one click.
- :ref:`Using Heroku `: Get started in under 60 seconds with no setup required to
host the Hasura GraphQL engine and Postgres on Heroku's free tier.
- :ref:`Using Docker `: 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
--------------------------------------
-- `Using Hasura Cloud `_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database
+- `Using Hasura Cloud `_ **(recommended)**: Create a new Hasura Cloud project connected to an existing Postgres database
- :ref:`Using Heroku `: Run on Heroku using an existing Heroku
Postgres database.
- :ref:`Using Docker `: Run as a docker container and connect to an existing Postgres