From 35e7777d1a11bff5e192aaae3145685a6a2aec60 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 7 Nov 2023 20:45:03 +0100 Subject: fix: documentation URL in index page (#126) Fixes the documentation URL in the homepage, as it already includes the protocol: https://github.com/uber-go/sally/blob/686fb8782cfa89a807ecc6dcbc104c6dab43eb66/handler.go#L45 Right now, we're rendering "https://https://[...]". --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 7ffc1a6..7353742 100644 --- a/templates/index.html +++ b/templates/index.html @@ -36,7 +36,7 @@ {{ .GitURL }}
- + Go Reference
-- cgit v1.2.3