From 60523045a58092b4c61b42a8db1e4120f121e931 Mon Sep 17 00:00:00 2001 From: Kai Date: Sun, 28 Nov 2021 17:23:09 +0100 Subject: [PATCH] README.md: HTTP => HTTPS (#337) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 230937a..e85bdbf 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ export KUBECTX_CURRENT_BGCOLOR=$(tput setab 7) # white background ``` Colors in the output can be disabled by setting the -[`NO_COLOR`](http://no-color.org/) environment variable. +[`NO_COLOR`](https://no-color.org/) environment variable. -----