From c9e68ed57da0a460c936b0bafbd79117561110e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20=C3=96zelo=C4=9Flu?= Date: Wed, 12 Oct 2022 14:57:36 +0300 Subject: [PATCH] docs: fix url misspelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix `http` with `https`. Signed-off-by: Gökhan Özeloğlu --- www/docs/customization/homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/customization/homebrew.md b/www/docs/customization/homebrew.md index 3f0a3bf4304..ebe94077735 100644 --- a/www/docs/customization/homebrew.md +++ b/www/docs/customization/homebrew.md @@ -57,7 +57,7 @@ brews: # gitlab or gitea) # # Default depends on the client. - url_template: "http://github.mycompany.com/foo/bar/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + url_template: "https://github.mycompany.com/foo/bar/releases/download/{{ .Tag }}/{{ .ArtifactName }}" # Allows you to set a custom download strategy. Note that you'll need # to implement the strategy and add it to your tap repository.