summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTygrisIQ <61096365+TygrisIQ@users.noreply.github.com>2022-07-17 09:39:30 +0300
committerGitHub <noreply@github.com>2022-07-17 09:39:30 +0300
commitd40b7b1ff44bb6e1b86e794953c3badec80e053c (patch)
treebf0923f783c036e8448ae22975c0af94a8ecf9b3
parent21758c81eadc7ef52f479f0ab67ba9a80c77c2be (diff)
updated unix.stackexchange link from http to https
-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”).