summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShmuel Zeigerman <solomuz0@gmail.com>2012-01-22 17:06:36 +0200
committerShmuel Zeigerman <solomuz0@gmail.com>2012-01-22 17:06:36 +0200
commit6690dc14df6633589b5645599e4ba3140e82694b (patch)
tree76a6f7a97110c64cf5dbb33f7b15b34f61f97606
parent900aa832bb3d27b96ed895910511642b9f9fa84d (diff)
downloadlrexlib-6690dc14df6633589b5645599e4ba3140e82694b.tar.gz
Fix hyperlinks
-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)