From 863d96150dcab7d0bf61e1bd94306ced33b574c6 Mon Sep 17 00:00:00 2001 From: TygrisIQ <61096365+TygrisIQ@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:18:04 +0300 Subject: [PATCH] updated the link with markdown link syntax updated the link in the comment so it helps with generated docs --- src/options/vars.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/vars.rs b/src/options/vars.rs index 9ce6cc5..814175e 100644 --- a/src/options/vars.rs +++ b/src/options/vars.rs @@ -16,7 +16,7 @@ pub static COLUMNS: &str = "COLUMNS"; pub static TIME_STYLE: &str = "TIME_STYLE"; /// Environment variable used to disable colors. -/// See: https://no-color.org/ +/// See: pub static NO_COLOR: &str = "NO_COLOR"; // exa-specific variables