diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2011-06-06 10:54:48 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2011-06-06 10:54:48 -0300 |
commit | 4d8bc7eb62d9de68589ccd36f73afbd05054ab6f (patch) | |
tree | 402d9eb39745e1824bfe31db50af98214a352325 | |
parent | 8332f1ab9ef64d1c8faab97d31a026576490b510 (diff) | |
download | luafilesystem-4d8bc7eb62d9de68589ccd36f73afbd05054ab6f.tar.gz luafilesystem-4d8bc7eb62d9de68589ccd36f73afbd05054ab6f.tar.bz2 luafilesystem-4d8bc7eb62d9de68589ccd36f73afbd05054ab6f.zip |
fix links to bug tracker and cvs in gh-pages (close issue #6)
-rw-r--r-- | examples.html | 4 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | license.html | 4 | ||||
-rw-r--r-- | manual.html | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/examples.html b/examples.html index 746df62..65a6623 100644 --- a/examples.html +++ b/examples.html | |||
@@ -47,8 +47,8 @@ | |||
47 | <li><strong>Examples</strong></li> | 47 | <li><strong>Examples</strong></li> |
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
@@ -47,8 +47,8 @@ | |||
47 | <li><a href="examples.html">Examples</a></li> | 47 | <li><a href="examples.html">Examples</a></li> |
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
diff --git a/license.html b/license.html index 4ecad4b..e2c422b 100644 --- a/license.html +++ b/license.html | |||
@@ -47,8 +47,8 @@ | |||
47 | <li><a href="examples.html">Examples</a></li> | 47 | <li><a href="examples.html">Examples</a></li> |
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues/">Bug Tracker</a></li> |
51 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><strong>License</strong></li> | 54 | <li><strong>License</strong></li> |
diff --git a/manual.html b/manual.html index 1409c40..217c249 100644 --- a/manual.html +++ b/manual.html | |||
@@ -45,8 +45,8 @@ | |||
45 | <li><a href="examples.html">Examples</a></li> | 45 | <li><a href="examples.html">Examples</a></li> |
46 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 46 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
47 | <ul> | 47 | <ul> |
48 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | 48 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
49 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | 49 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
50 | </ul> | 50 | </ul> |
51 | </li> | 51 | </li> |
52 | <li><a href="license.html">License</a></li> | 52 | <li><a href="license.html">License</a></li> |