From acd41db80546404e004c192aa42c7e8771eeb025 Mon Sep 17 00:00:00 2001 From: Reuh Date: Wed, 9 Mar 2016 13:30:15 +0100 Subject: [PATCH] Update README.md links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6232241..c8e96c4 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Everything is in the Wiki. Warning: the 'u' in the repo's name is a 'ยต', not a 'u'. -#### Builds ![build status](http://thomas99.no-ip.org:3000/ctrulua.png) +#### Builds ![build status](http://ci.reuh.tk/ctrulua.png) -* Most recent working build: [here](http://thomas99.no-ip.org:3000/ctrulua/builds/latest/artifacts/ctruLua.3dsx) (warning: only tested with Citra, sometimes on real hardware). -* See http://thomas99.no-ip.org:3000/ctrulua for all the builds. +* Most recent working build: [here](http://ci.reuh.tk/ctrulua/builds/latest/artifacts/ctruLua.3dsx) (warning: only tested with Citra, sometimes on real hardware). +* See http://ci.reuh.tk/ctrulua for all the builds. #### Build instructions @@ -19,7 +19,7 @@ May not work under Windows. #### Lua API Documentation -* An online version of the documentation can be found here : http://thomas99.no-ip.org/ctrulua +* An online version of the documentation can be found here : http://reuh.tk/ctrulua * To build the documentation, run `make build-doc` (requires [LDoc](https://github.com/stevedonovan/LDoc)). #### Based on ctrulib by smealum: [https://github.com/smealum/ctrulib](https://github.com/smealum/ctrulib)