From 6c9a3359da79cf186c4c055540b8b8fd56c76792 Mon Sep 17 00:00:00 2001 From: XorTroll <33005497+XorTroll@users.noreply.github.com> Date: Sun, 1 Jul 2018 18:53:22 +0200 Subject: [PATCH] Update ReadMe links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ecbd51..bc8a242 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Brew.js is a JavaScript API for Nintendo systems, Nintendo Switch in this case, plus an interpreter to execute sources written in JS. Currently only Switch is supported, but a 3DS version well be released soon. ## What do I need? -- The interpreter (NRO ROM, loaded from Homebrew) on the [releases page]() -- Documentation [saved here]() -- An IDE or text editor to write code (I suggest using [Visual Studio Code](Release/Brew.js.nro) or [Notepad++](https://notepad-plus-plus.org/download)) \ No newline at end of file +- The interpreter (NRO ROM, loaded from Homebrew) on the [releases page](https://github.com/BrewJS/Switch/releases/latest) +- Documentation at [Brew.js's website](https://brewjs.github.io) +- An IDE or text editor to write code (I suggest using [Visual Studio Code](https://code.visualstudio.com/download) or [Notepad++](https://notepad-plus-plus.org/download))