Skip to content

Commit bd26cb9

Browse files
authored
docs: correct links to luafilesystem (#493)
1 parent 21d3a38 commit bd26cb9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/libraries/pl.path.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
279279
</dt>
280280
<dd>
281281
Lua iterator over the entries of a given directory.
282-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.dir</code></a>
282+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.dir</code></a>
283283

284284

285285

@@ -294,7 +294,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
294294
</dt>
295295
<dd>
296296
Creates a directory.
297-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.mkdir</code></a>
297+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.mkdir</code></a>
298298

299299

300300

@@ -309,7 +309,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
309309
</dt>
310310
<dd>
311311
Removes a directory.
312-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.rmdir</code></a>
312+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.rmdir</code></a>
313313

314314

315315

@@ -324,7 +324,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
324324
</dt>
325325
<dd>
326326
Gets attributes.
327-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.attributes</code></a>
327+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.attributes</code></a>
328328

329329

330330

@@ -339,7 +339,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
339339
</dt>
340340
<dd>
341341
Get the working directory.
342-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.currentdir</code></a>
342+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.currentdir</code></a>
343343

344344

345345

@@ -354,7 +354,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
354354
</dt>
355355
<dd>
356356
Gets symlink attributes.
357-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.symlinkattributes</code></a>
357+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.symlinkattributes</code></a>
358358

359359

360360

@@ -371,7 +371,7 @@ <h2 class="section-header "><a name="Functions"></a>Functions</h2>
371371
Changes the working directory.
372372
On Windows, if a drive is specified, it also changes the current drive. If
373373
only specifying the drive, it will only switch drive, but not modify the path.
374-
Implicit link to <a href="https://keplerproject.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.chdir</code></a>
374+
Implicit link to <a href="https://lunarmodules.github.io/luafilesystem/manual.html#reference"><code>luafilesystem.chdir</code></a>
375375

376376

377377

docs/manual/01-introduction.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h3>Purpose</h3>
168168
perverse, this matches the intended use better.</p>
169169

170170
<p>The only important external dependence of Penlight is
171-
<a href="http://keplerproject.github.com/luafilesystem/manual.html">LuaFileSystem</a>
171+
<a href="http://lunarmodules.github.io/luafilesystem/manual.html">LuaFileSystem</a>
172172
(<a href="http://stevedonovan.github.io/lua-stdlibs/lfs.html">lfs</a>), and if you want <a href="../libraries/pl.dir.html#copyfile">dir.copyfile</a> to work cleanly on Windows, you will need
173173
either <a href="http://alien.luaforge.net/">alien</a> or be using
174174
<a href="http://luajit.org">LuaJIT</a> as well. (The fallback is to call the equivalent

0 commit comments

Comments
 (0)