Skip to content

Commit

Permalink
Fixes broken links to LiveReload documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwtsn committed Dec 19, 2013
1 parent 97fe505 commit 1db27a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,7 +36,7 @@ Use [rack-livereload](https://github.com/johnbintz/rack-livereload) or install [


## Usage ## 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 ## Guardfile


Expand Down Expand Up @@ -74,7 +74,7 @@ override_url: false # default false
grace_period: 0.5 # default 0 (seconds) 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 ## Development


Expand Down

0 comments on commit 1db27a0

Please sign in to comment.