From a6d48f67795c1c15bdd64d7c4738d4649c73ec22 Mon Sep 17 00:00:00 2001 From: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:05:31 +0530 Subject: [PATCH] Make local pg guide link more conspicuous (#740) --- docs/getting-started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index 9d274c77c..1f307794d 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -106,7 +106,7 @@ your connector to the supergraph. **Don't have a data source at hand?** You can choose our `hasura/postgres` connector which by default connects to our sample Postgres database for you to -explore. Or check [this guide](/connectors/postgresql/local-postgres.mdx) to set up a local Postgres database using +explore. Or check this guide to [set up a local Postgres database](/connectors/postgresql/local-postgres.mdx) using Docker.