From 1db27a060b84b15993ce3c7e44474e7a6a2742ee Mon Sep 17 00:00:00 2001 From: mmwtsn Date: Thu, 19 Dec 2013 08:15:31 -0500 Subject: [PATCH] Fixes broken links to LiveReload documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 167be48..c7e6149 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Use [rack-livereload](https://github.com/johnbintz/rack-livereload) or install [ ## Usage -Please read [Guard usage doc](https://github.com/guard/guard#readme) and [rack-livereload how it works readme section](https://github.com/johnbintz/rack-livereload#readme) or [LiveReload extension usage doc](http://github.com/mockko/livereload#readme) +Please read [Guard usage doc](https://github.com/guard/guard#readme) and [rack-livereload how it works readme section](https://github.com/johnbintz/rack-livereload#readme) or [LiveReload extension usage doc](https://github.com/mockko/livereload/blob/master/README-old.md) from version 1.x ## Guardfile @@ -74,7 +74,7 @@ override_url: false # default false grace_period: 0.5 # default 0 (seconds) ``` -See [LiveReload configuration doc](https://github.com/mockko/livereload#readme) for more info about those options. +See [LiveReload configuration doc](https://github.com/mockko/livereload/blob/master/README-old.md) from version 1.x for more info about those options. ## Development