updated links with markdown highlighting

This commit is contained in:
TygrisIQ 2022-07-07 15:59:21 +03:00 committed by GitHub
parent 863d96150d
commit a4b23055a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
/// its now expected behaviour!
/// http://unix.stackexchange.com/a/8842
/// <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
/// <https://www.bell-labs.com/usr/dmr/www/cacm.html>
ChangedDate,
/// The time the file was created (the “btime” or “birthtime”).