summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fs/filter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/filter.rs b/src/fs/filter.rs
index 14ce8bf..5fb3f55 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>
+ /// <https://unix.stackexchange.com/a/8842>
AccessedDate,
/// The time the file was changed (the “ctime”).