浏览代码

updated the link with markdown link syntax

updated the link in the comment so it helps with generated docs
TygrisIQ 3 年之前
父节点
当前提交
863d96150d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/options/vars.rs

+ 1 - 1
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