From c3ec698ca285b8d065f543fdef8204facb387e1a Mon Sep 17 00:00:00 2001 From: Harold Thetiot Date: Fri, 4 Nov 2016 22:54:36 -0700 Subject: [PATCH] fix travis-ci url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e7e04..75d3c22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NPM](https://nodei.co/npm/node-snowball.png)](https://npmjs.org/package/node-snowball) -[![Build Status](https://travis-ci.org/rm-hull/node-snowball.svg?branch=master)](https://travis-ci.org/rm-hull/node-snowball) +[![Build Status](https://travis-ci.org/hthetiot/node-snowball.svg?branch=master)](https://travis-ci.org/rm-hull/node-snowball) This stemming module for Node.js provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API. That allow you to get from a word a reduced, inflected (or sometimes derived) word from the original word stem, base or root.