diff --git a/docs/overview.mdx b/docs/overview.mdx index 4db11cd..e718cb1 100644 --- a/docs/overview.mdx +++ b/docs/overview.mdx @@ -4,7 +4,7 @@ sidebarTitle: Overview title: Firebolt instance Helm chart --- -This page introduces the `firebolt-instance` Helm chart and the components it deploys on a Kubernetes cluster. +This page introduces the [`firebolt-instance` Helm chart](https://github.com/firebolt-db/firebolt-instance-helm) and the components it deploys on a Kubernetes cluster. ## Architecture diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 1533afd..4d4333a 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -4,7 +4,7 @@ sidebarTitle: Quickstart title: Quickstart --- -This page walks through a complete local install of the `firebolt-instance` Helm chart on kind, from an empty machine to your first query. +This page walks through a complete local install of the [`firebolt-instance` Helm chart](https://github.com/firebolt-db/firebolt-instance-helm) on kind, from an empty machine to your first query. The walkthrough uses kind for the cluster and an in-cluster S3 emulator for engine storage, so it needs no cloud resources. For the full cluster, tooling, and storage requirements, see [Prerequisites](./prerequisites).