From a4b23055a8026dab4670b724de21d5f537da048a Mon Sep 17 00:00:00 2001 From: TygrisIQ <61096365+TygrisIQ@users.noreply.github.com> Date: Thu, 7 Jul 2022 15:59:21 +0300 Subject: [PATCH] updated links with markdown highlighting --- src/fs/filter.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fs/filter.rs b/src/fs/filter.rs index 7a9fc7f..14ce8bf 100644 --- a/src/fs/filter.rs +++ b/src/fs/filter.rs @@ -146,7 +146,7 @@ pub enum SortField { /// slows the whole operation down, so many systems will only update the /// timestamp in certain circumstances. This has become common enough that /// it’s now expected behaviour! - /// http://unix.stackexchange.com/a/8842 + /// AccessedDate, /// The time the file was changed (the “ctime”). @@ -155,7 +155,7 @@ pub enum SortField { /// changed — its permissions, owners, or link count. /// /// In original Unix, this was, however, meant as creation time. - /// https://www.bell-labs.com/usr/dmr/www/cacm.html + /// ChangedDate, /// The time the file was created (the “btime” or “birthtime”).