From b101290c532c2901764de57367d3f2b84127286d Mon Sep 17 00:00:00 2001
From: Wang Shidong <wsdjeg@outlook.com>
Date: Sun, 23 Oct 2022 12:52:51 +0800
Subject: [PATCH] docs(readme): Fix link to LuaFileSystem (#445)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 909b3c2d..4016f4fd 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.