From 6524c679d86d50e7865a9298104074c526b91308 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Mon, 30 Oct 2023 13:49:03 -0700 Subject: [PATCH] Make Go link to go.dev Honestly mostly to workaround Vale thinking "Go." is a spelling mistake. Signed-off-by: Nic Cope --- content/master/concepts/composition-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/master/concepts/composition-functions.md b/content/master/concepts/composition-functions.md index a7659fe43..8c668e773 100644 --- a/content/master/concepts/composition-functions.md +++ b/content/master/concepts/composition-functions.md @@ -368,7 +368,7 @@ development kits (SDKs) and templates to help you write a function. Here's an example of a tiny, hello world function. This example is written in -Go. +[Go](https://go.dev). ```go