From 461def557e3d978576571ca1499a8b2670f80828 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 23 Jul 2018 11:44:53 -0700 Subject: [PATCH 1/3] Link to "Lua for Windows" GitHub page --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 35e9c2b..309dffb 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ documentation](http://stevedonovan.github.com/winapi/api.html); this is generate This is straightforward; the only external dependency is [Penlight](https://github.com/stevedonovan/Penlight), which in turn needs [LuaFileSystem](http://keplerproject.github.com/luafilesystem/). These are already present -in Lua for Windows, and Penlight is also available through LuaRocks as `luarocks install +in [Lua for Windows](https://github.com/rjpcomputing/luaforwindows), and Penlight is also available through LuaRocks as `luarocks install penlight`. Unpack the sources somewhere and make an alias to `ldoc.lua` on your path. That is, either From c6cc7a717b0e7aa625dbfa0a9abe9d0678a395bb Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 23 Jul 2018 11:50:20 -0700 Subject: [PATCH 2/3] Link to LuaRocks homepage --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 309dffb..6a75fdf 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ documentation](http://stevedonovan.github.com/winapi/api.html); this is generate This is straightforward; the only external dependency is [Penlight](https://github.com/stevedonovan/Penlight), which in turn needs [LuaFileSystem](http://keplerproject.github.com/luafilesystem/). These are already present -in [Lua for Windows](https://github.com/rjpcomputing/luaforwindows), and Penlight is also available through LuaRocks as `luarocks install +in [Lua for Windows](https://github.com/rjpcomputing/luaforwindows), and Penlight is also available through [LuaRocks](https://luarocks.org/) as `luarocks install penlight`. Unpack the sources somewhere and make an alias to `ldoc.lua` on your path. That is, either From 2a81975a55f9a1a5c5315f9bf0f9db91179f4933 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 30 Sep 2020 00:23:17 +0300 Subject: [PATCH 3/3] Update link to Penlight project --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6a75fdf..dae151c 100644 --- a/readme.md +++ b/readme.md @@ -5,10 +5,10 @@ Copyright (C) 2011-2012 Steve Donovan. ## Rationale This project grew out of the documentation needs of -[Penlight](https://github.com/stevedonovan/Penlight) (and not always getting satisfaction +[Penlight](https://github.com/lunarmodules/Penlight) (and not always getting satisfaction with LuaDoc) and depends on Penlight itself.(This allowed me to _not_ write a lot of code.) -The [API documentation](http://stevedonovan.github.com/Penlight/api/index.html) of Penlight +The [API documentation](http://lunarmodules.github.com/Penlight/api/index.html) of Penlight is an example of a project using plain LuaDoc markup processed using LDoc. LDoc is intended to be compatible with [LuaDoc](http://keplerproject.github.io/luadoc/) and @@ -40,7 +40,7 @@ documentation](http://stevedonovan.github.com/winapi/api.html); this is generate ## Installation This is straightforward; the only external dependency is -[Penlight](https://github.com/stevedonovan/Penlight), which in turn needs +[Penlight](https://github.com/lunarmodules/Penlight), which in turn needs [LuaFileSystem](http://keplerproject.github.com/luafilesystem/). These are already present in [Lua for Windows](https://github.com/rjpcomputing/luaforwindows), and Penlight is also available through [LuaRocks](https://luarocks.org/) as `luarocks install penlight`.