From 8f44e46a8f18d7b6fdd3b510f44717ea9874e1ac Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Mon, 26 Sep 2022 14:05:17 +1300 Subject: [PATCH] Add section link to hidden files resource for macOS --- src/HiddenFiles.jl | 2 +- src/docs.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HiddenFiles.jl b/src/HiddenFiles.jl index e419580..0bfe883 100644 --- a/src/HiddenFiles.jl +++ b/src/HiddenFiles.jl @@ -67,7 +67,7 @@ include("docs.jl") include("utils/darwin.jl") ###=== Hidden Files and Directories: Simplifying the User Experience ===## - ##=== https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html ===## + ##=== https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW7 ===# #=== Case 1: Dot directories and files ===# # Any file or directory whose name starts with a period (`.`) character is hidden automatically. This convention is taken from UNIX, diff --git a/src/docs.jl b/src/docs.jl index e8318d4..8a23c92 100644 --- a/src/docs.jl +++ b/src/docs.jl @@ -171,7 +171,7 @@ Determines if the specified file or directory on macOS is hidden from ordinary d The file is considered hidden if any of these questions are true. -For more information on hidden files in macOS, please see [this article](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html). +For more information on hidden files in macOS, please see [this article](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW7). See also: [`_ishidden_unix`](@ref), [`_ishidden_bsd_related`](@ref), [`_isinvisible`](@ref), [`_issystemfile`](@ref), [`_exists_inside_package_or_bundle`](@ref), [`_ishidden_zfs`](@ref). """