Skip to content

Commit

Permalink
update readme links to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Aug 6, 2022
1 parent 846d71d commit e6f2551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MD5 - Cryptographic Library for Lua

http://keplerproject.github.io/md5/
https://lunarmodules.github.io/md5/

MD5 offers basic cryptographic facilities for Lua 5.1: a hash (digest)
function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based
Expand All @@ -12,7 +12,7 @@ Please check the documentation at /doc/us/ for more information.

## Installation

To install using [LuaRocks](https://github.com/keplerproject/luarocks) run:
To install using [LuaRocks](https://luarocks.org) run:

```
luarocks install md5
Expand Down

0 comments on commit e6f2551

Please sign in to comment.