From 3c705633739ea4e668211643742ea372919ef6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fernando=20Carri=C3=B3n?= Date: Fri, 27 Oct 2023 14:48:16 +0200 Subject: [PATCH] improve README and fix doc link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13be3f4..d566b7d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Helm Template Language -[![GoDoc](https://pkg.go.dev/gitlab.com/CRThaze/helm-tmpl-lang?status.svg)](https://pkg.go.dev/gitlab.com/CRThaze/helm-tmpl-lang) +[![GoDoc](http://godoc.org/gitlab.com/CRThaze/helm-tmpl-lang?status.svg)](http://godoc.org/gitlab.com/CRThaze/helm-tmpl-lang) + +A convenience wrapper for using Helm's templating engine as a generic template +dialect, outside of a Helm Chart. ## Usage