aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/filesystementry/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/filesystementry/index.html')
-rw-r--r--files/zh-cn/web/api/filesystementry/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/filesystementry/index.html b/files/zh-cn/web/api/filesystementry/index.html
index 8cfed42aaf..6618309e50 100644
--- a/files/zh-cn/web/api/filesystementry/index.html
+++ b/files/zh-cn/web/api/filesystementry/index.html
@@ -8,7 +8,7 @@ translation_of: Web/API/FileSystemEntry
<p>The <strong><code>FileSystemEntry</code></strong> interface of the File and Directory Entries API represents a single in a file system. The entry can be a file or a directory (directories are represented by the {{domxref("DirectoryEntry")}} interface). It includes methods for working with files—including copying, moving, removing, and reading files—as well as information about a file it points to—including the file name and its path from the root to the entry.</p>
<div class="note">
-<p>Because this is a non-standard API, whose specification is not currently on a standards track, it's important to keep in mind that not all browsers implement it, and those that do may implement only small portions of it. Check the {{anch("Browser compatibility")}} section for details.</p>
+<p>Because this is a non-standard API, whose specification is not currently on a standards track, it's important to keep in mind that not all browsers implement it, and those that do may implement only small portions of it. Check the <a href="#browser_compatibility">Browser compatibility</a> section for details.</p>
</div>
<h2 id="basic" name="basic">Basic concepts</h2>