From 321c457b037ac841aa1fe33ee878e0a04f0bf471 Mon Sep 17 00:00:00 2001 From: Luis Custodio Date: Wed, 25 Feb 2015 16:50:24 +0100 Subject: [PATCH] Fixing travis href --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c59e46..e096dfa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is an implementation of [JSON Pointer](http://tools.ietf.org/html/draft-iet All tests pass. $ -[![Build Status](https://travis-ci.org/janl/node-jsonpointer.png?branch=master)](undefined) +[![Build Status](https://travis-ci.org/janl/node-jsonpointer.png?branch=master)](https://travis-ci.org/janl/node-jsonpointer) ## Author @@ -29,4 +29,4 @@ This is an implementation of [JSON Pointer](http://tools.ietf.org/html/draft-iet ## License -MIT License. \ No newline at end of file +MIT License.