From 84995f9314b91c5c8a241b234a5c0c6e2689c94d Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Mon, 20 Nov 2023 08:20:56 -0700 Subject: [PATCH] Update docs/docs/37-getting-started.md Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com> Signed-off-by: Bill Maxwell --- docs/docs/37-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/37-getting-started.md b/docs/docs/37-getting-started.md index 9198c4ce6..f2360ca3a 100644 --- a/docs/docs/37-getting-started.md +++ b/docs/docs/37-getting-started.md @@ -3,7 +3,7 @@ title: Getting Started --- :::note -This getting started guide is to walk through using runtime on your own Kubernetes clusters. To get started quickly with Acorn without needing a Kubernetes cluster, check out the [getting started guide](https://docs.acorn.io/getting-started). +This getting started guide is to walk through using runtime on your own Kubernetes clusters. To get started quickly with Acorn without needing a Kubernetes cluster, check out the [getting started guide] (https://docs.acorn.io/getting-started) for our hosted offering. ::: In this walk through you will build a Python web app, package it up and deploy it as an Acorn app.