From 94327aa4fc5d6376c2de75dfd89f863fa55a8a68 Mon Sep 17 00:00:00 2001 From: Steve Koppelman Date: Tue, 11 Oct 2022 13:40:33 -0400 Subject: [PATCH] Fixing link that doesn't render on Github Pages The bare URL does not render as a hyperlink. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 1fb1dcad..7548a469 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,4 +31,4 @@ command with the `-f` option. ### Source -Visit https://github.com/sonatype/helm3-charts. +See the [`sonatype/helm3-charts`](https://github.com/sonatype/helm3-charts) repo.