summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTygrisIQ <61096365+TygrisIQ@users.noreply.github.com>2022-07-07 15:18:04 +0300
committerGitHub <noreply@github.com>2022-07-07 15:18:04 +0300
commit863d96150dcab7d0bf61e1bd94306ced33b574c6 (patch)
treefd92dfc14c3f54a0a2e8155087f3cb781f357738
parent8ad8b3357314ee743785902d8d9bc795c044ee29 (diff)
updated the link with markdown link syntax
updated the link in the comment so it helps with generated docs
-rw-r--r--src/options/vars.rs2
1 files changed, 1 insertions, 1 deletions
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: <https://no-color.org/>
pub static NO_COLOR: &str = "NO_COLOR";
// exa-specific variables