aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c791909..7e008b8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
1[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE) 1[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
2[![Build Status](https://github.com/keplerproject/luafilesystem/actions/workflows/ci.yml/badge.svg)](https://github.com/keplerproject/luafilesystem/actions) 2[![Build Status](https://github.com/lunarmodules/luafilesystem/actions/workflows/ci.yml/badge.svg)](https://github.com/lunarmodules/luafilesystem/actions)
3[![Build status](https://ci.appveyor.com/api/projects/status/y04s4ms7u16trw8e?svg=true)](https://ci.appveyor.com/project/ignacio/luafilesystem) 3[![Build status](https://ci.appveyor.com/api/projects/status/y04s4ms7u16trw8e?svg=true)](https://ci.appveyor.com/project/ignacio/luafilesystem)
4[![Coverage Status](https://coveralls.io/repos/keplerproject/luafilesystem/badge.png)](https://coveralls.io/r/keplerproject/luafilesystem) 4[![Coverage Status](https://coveralls.io/repos/lunarmodules/luafilesystem/badge.png)](https://coveralls.io/r/lunarmodules/luafilesystem)
5 5
6# LuaFileSystem - File System Library for Lua 6# LuaFileSystem - File System Library for Lua
7 7
8https://keplerproject.github.io/luafilesystem 8https://lunarmodules.github.io/luafilesystem
9 9
10# Description 10# Description
11 11
@@ -23,4 +23,4 @@ luarocks install luafilesystem
23 23
24# Documentation 24# Documentation
25 25
26Please check the at `docs/` for more information, also available at the [project website](https://keplerproject.github.io/luafilesystem). 26Please check the at `docs/` for more information, also available at the [project website](https://lunarmodules.github.io/luafilesystem).