From 4e382f96e6d3321538a78f2c7f9506d4e79b08d6 Mon Sep 17 00:00:00 2001 From: Wyatt Preul Date: Thu, 7 Jan 2016 09:51:52 -0600 Subject: [PATCH] readme: fix build status badge PR-URL: https://github.com/nodejs/http-parser/pull/277 Reviewed-By: Fedor Indutny --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abee946..eedd7f8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ HTTP Parser =========== -[![Build Status](https://travis-ci.org/joyent/http-parser.png?branch=master)](https://travis-ci.org/joyent/http-parser) +[![Build Status](https://api.travis-ci.org/nodejs/http-parser.svg?branch=master)](https://travis-ci.org/nodejs/http-parser) This is a parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP