From b9bd88764c603a8a89e7b1e0804ec80cfa20de92 Mon Sep 17 00:00:00 2001 From: Justin Jaffray Date: Tue, 18 Feb 2014 17:34:30 -0800 Subject: [PATCH] Add "http://" to links in README The links didn't parse quite right as it was: * https://gist.github.com/justinj/c13560efabceb4f0a2ce * Try to click on the links Test Plan: * Check out that readme! Auditors: alex --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c610d3aca..c80074f43 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ To run locally make setup make serve -* [Test page](localhost:7936/) -* [Unit tests](localhost:7936/test/test.html) -* [Perceptual diff](localhost:7936/test/pdiff.html) +* [Test page](http://localhost:7936/) +* [Unit tests](http://localhost:7936/test/test.html) +* [Perceptual diff](http://localhost:7936/test/pdiff.html) Perceptual diff --------------- @@ -18,4 +18,4 @@ Perceptual diff License ------- -[MIT License](http://opensource.org/licenses/MIT) \ No newline at end of file +[MIT License](http://opensource.org/licenses/MIT)