From b380637cebac06176b405c0dafd2a92abfd980fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAURENS=20J=C3=A9r=C3=B4me?= Date: Mon, 3 Jun 2024 02:49:56 +0200 Subject: [PATCH] documentation: fix broken links to stevedonovan --- docs/libraries/pl.path.html | 2 +- docs/manual/01-introduction.md.html | 3 +-- docs/manual/04-paths.md.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/libraries/pl.path.html b/docs/libraries/pl.path.html index 74fea5ea..81a0fca6 100644 --- a/docs/libraries/pl.path.html +++ b/docs/libraries/pl.path.html @@ -128,7 +128,7 @@

Module pl.path

is Windows paths to allow both forward and backward slashes (since Lua also accepts those)

-

Dependencies: pl.utils, lfs

+

Dependencies: pl.utils, lfs

Functions

diff --git a/docs/manual/01-introduction.md.html b/docs/manual/01-introduction.md.html index 480f4840..d07f27c9 100644 --- a/docs/manual/01-introduction.md.html +++ b/docs/manual/01-introduction.md.html @@ -168,8 +168,7 @@

Purpose

perverse, this matches the intended use better.

The only important external dependence of Penlight is -LuaFileSystem -(lfs), and if you want dir.copyfile to work cleanly on Windows, you will need +LuaFileSystem, and if you want dir.copyfile to work cleanly on Windows, you will need either alien or be using LuaJIT as well. (The fallback is to call the equivalent shell commands.)

diff --git a/docs/manual/04-paths.md.html b/docs/manual/04-paths.md.html index 03295a9d..cb29cbcd 100644 --- a/docs/manual/04-paths.md.html +++ b/docs/manual/04-paths.md.html @@ -240,7 +240,7 @@

Directory Operations

functions in the Python fnmatch module. getdirectories will return all directories contained in a directory, and getfiles will return all files in a directory which match a shell pattern. These functions return the files as a -table, unlike lfs.dir which returns an iterator.)

+table, unlike lfs.dir which returns an iterator.)

dir.makepath can create a full path, creating subdirectories as necessary; rmtree is the Nuclear Option of file deleting functions, since it will