From 13bb05347d817a91e1a79730bf49c655ef410e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20=C3=96zelo=C4=9Flu?= <33967642+gozeloglu@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:09:34 +0300 Subject: [PATCH] docs: fix url misspelling (#3456) 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 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.