Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 909b3c2..4016f4f 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ for Lua for Windows.
## Dependencies
-The file and directory functions depend on [LuaFileSystem](https://keplerproject.github.io/luafilesystem/),
+The file and directory functions depend on [LuaFileSystem](https://lunarmodules.github.io/luafilesystem/),
which is installed automatically if you are using LuaRocks. Additionally, if you want `dir.copyfile` to work
elegantly on Windows, then you need [Alien](http://mascarenhas.github.io/alien/). Both libraries are present
in Lua for Windows.