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
This commit is contained in:
parent
486d1955b6
commit
b9bd88764c
|
@ -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)
|
||||
[MIT License](http://opensource.org/licenses/MIT)
|
||||
|
|
Loading…
Reference in New Issue
Block a user