From 2ed82fa4646e78a2054d54e29b4e1a6a9efc64f9 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Wed, 23 Apr 2025 12:00:47 -0600 Subject: [PATCH] Remove extra colon in link Signed-off-by: Adam Reese --- content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.md b/content/index.md index 99335492..0008c3a6 100644 --- a/content/index.md +++ b/content/index.md @@ -19,5 +19,5 @@ Spin is **open source**, under the aegis of the [CNCF](https://www.cncf.io/), an Or dive into the documentation and get started: -- [Quick Start: ](quickstart) +- [Quick Start](quickstart) - [Learn how to write Spin applications](writing-apps)