summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst10
-rw-r--r--doc/Makefile2
-rw-r--r--windows/mingw/docs.mak2
3 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 9fd06d3..2ab36bb 100644
--- a/README.rst
+++ b/README.rst
@@ -33,11 +33,11 @@ Links
-----
- License_
-- Reference Manual_
-- LuaForge Project Page_
+- `Reference Manual`_
+- `LuaForge Project Page`_
- Download_
.. _License: http://rrthomas.github.com/lrexlib/license.html
-.. _Manual: http://rrthomas.github.com/lrexlib/manual.html
-.. _Page: http://luaforge.net/projects/lrexlib/
-.. _Download: http://luaforge.net/frs/?group_id=63
+.. _Reference Manual: http://rrthomas.github.com/lrexlib/manual.html
+.. _LuaForge Project Page: http://luaforge.net/projects/lrexlib/
+.. _Download: https://github.com/rrthomas/lrexlib/downloads
diff --git a/doc/Makefile b/doc/Makefile
index 81b44b5..3dc3402 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
APP = rst2html
CP = cp -a
RM = rm
-IDX = ../README
+IDX = ../README.rst
.SUFFIXES: .txt .html
diff --git a/windows/mingw/docs.mak b/windows/mingw/docs.mak
index ce72171..7c813aa 100644
--- a/windows/mingw/docs.mak
+++ b/windows/mingw/docs.mak
@@ -3,7 +3,7 @@
APP = rst2html.py
CP = "copy /y"
RM = del
-IDX = ..\README
+IDX = ..\README.rst
ALLVAR = APP=$(APP) CP=$(CP) RM=$(RM) IDX=$(IDX)