Sfoglia il codice sorgente

updated unix.stackexchange link from http to https

TygrisIQ 3 anni fa
parent
commit
d40b7b1ff4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/fs/filter.rs

+ 1 - 1
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”).