summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/os/ReadDir.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/os/ReadDir.md')
-rw-r--r--docs/content/en/functions/os/ReadDir.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/en/functions/os/ReadDir.md b/docs/content/en/functions/os/ReadDir.md
index 63af850b7..f4a5389d9 100644
--- a/docs/content/en/functions/os/ReadDir.md
+++ b/docs/content/en/functions/os/ReadDir.md
@@ -47,5 +47,3 @@ news → true
Note that `os.ReadDir` is not recursive.
Details of the `FileInfo` structure are available in the [Go documentation](https://pkg.go.dev/io/fs#FileInfo).
-
-For more information on using `readDir` and `readFile` in your templates, see [Local File Templates](/templates/files).