From 9fe1d162f458ab4822490f44fc5a7fbd940e4c83 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sat, 6 Feb 2016 16:54:21 +1000 Subject: [PATCH] Relative README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb15c48..acde450 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can also have animations that sync perfectly with the beats of the songs. In ["Montegral"](http://0x40.mon.im/montegral.html) ## Install (Make your own Hues) -1. Start by downloading the latest [release](https://github.com/mon/0x40-web/releases). These are minified and load faster. +1. Start by downloading the latest [release](./releases). These are minified and load faster. 2. Put your respack zips somewhere they can be found by your web server. My hues have a `respacks/` folder under the main directory. 3. Edit the Javascript that runs on page load 1. If your html is in a different location to your `lib` folder: @@ -34,7 +34,7 @@ var defaults = { ``` ## Settings object -See [HuesSettings.js](https://github.com/mon/0x40-web/blob/master/src/js/HuesSettings.js#L29) for the possible options you can put into the `defaults` object. +See [HuesSettings.js](./src/js/HuesSettings.js#L29) for the possible options you can put into the `defaults` object. ## Building Install [Node.js](https://nodejs.org/en/), v5 preferred.