1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Update links before they break

This commit is contained in:
Étienne Fildadut 2021-06-27 14:27:16 +02:00
parent f118baa37c
commit 9a97ad0bca

View file

@ -7,7 +7,7 @@ Warning: the 'u' in the repo's name is a 'µ', not a 'u'.
#### How to install #### How to install
* Download ctruLua.zip from the [releases](https://github.com/ctruLua/ctruLua/releases) (for something stable) or the [CI server](http://ci.reuh.tk/ctrulua) (for more features) * Download ctruLua.zip from the [releases](https://github.com/ctruLua/ctruLua/releases) (for something stable) or the [CI server](https://reuh.eu/ctrulua/ci/ctrulua) (for more features)
* Unzip it on your SD card, in a folder inside your homebrews folder; if you use HBL, extract it in `/3ds/ctrulua/` * Unzip it on your SD card, in a folder inside your homebrews folder; if you use HBL, extract it in `/3ds/ctrulua/`
* Put some scripts wherever you want, just remember where * Put some scripts wherever you want, just remember where
* Launch CtrµLua from your homebrew launcher * Launch CtrµLua from your homebrew launcher
@ -15,10 +15,10 @@ Warning: the 'u' in the repo's name is a 'µ', not a 'u'.
### Homebrewers part ### Homebrewers part
#### Builds ![build status](http://ci.reuh.tk/ctrulua.png) #### Builds ![build status](https://reuh.eu/ctrulua/ci/ctrulua.png)
* Most recent working build: [ctruLua.3dsx](http://ci.reuh.tk/ctrulua/builds/latest/artifacts/ctruLua.3dsx) * Most recent working build: [ctruLua.3dsx](https://reuh.eu/ctrulua/ci/ctrulua/builds/latest/artifacts/ctruLua.3dsx)
* See [http://ci.reuh.tk/ctrulua](http://ci.reuh.tk/ctrulua) for all the builds. * See [https://reuh.eu/ctrulua/ci/ctrulua](https://reuh.eu/ctrulua/ci/ctrulua) for all the builds.
#### Hello world #### Hello world
@ -62,7 +62,7 @@ gfx.disableConsole()
#### Lua API Documentation #### Lua API Documentation
* An online version of the documentation can be found [here](http://reuh.tk/ctrulua) * An online version of the documentation can be found [here](https://reuh.eu/ctrulua/latest/html/)
* To build the documentation, run `make build-doc-html` (requires [LDoc](https://github.com/stevedonovan/LDoc)). * To build the documentation, run `make build-doc-html` (requires [LDoc](https://github.com/stevedonovan/LDoc)).
### Developers part ### Developers part