docs: add https to link to avoid 404

>

### Description
>
Adds https prefix to cloud URL to prevent it from being a 404.

### Changelog

- [ ] `CHANGELOG.md` is updated with user-facing content relevant to this PR. If no changelog is required, then add the `no-changelog-required` label.

### Affected components

- [ ] Docs

https://github.com/hasura/graphql-engine-mono/pull/2243

GitOrigin-RevId: d71956f096b849efb163eab1de5674fa085174f2
This commit is contained in:
Praveen Durairaju 2021-09-09 14:42:24 +05:30 committed by hasura-bot
parent f639012999
commit a31974241e

View File

@ -91,7 +91,7 @@ Moving from local development to Hasura Cloud
---------------------------------------------
If you have been using the OSS version of Hasura GraphQL engine locally using Docker
and want to move to a Hasura Cloud project, start by creating a project at `<cloud.hasura.io>`__
and want to move to a Hasura Cloud project, start by creating a project at `<https://cloud.hasura.io/signup>`__
Once the project is created, launch console and connect your database. Make sure that the
name of the database is same as that in your local setup.