diff --git a/README.md b/README.md index f32911d..faa58e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# stopwords-json [![CircleCI](https://circleci.com/gh/6/stopwords.svg?style=svg)](https://circleci.com/gh/6/stopwords) +# stopwords-json [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json) Stopwords for various languages in JSON format. Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words): diff --git a/bower.json b/bower.json index 3ba8d04..fbc2a33 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "stopwords-json", "version": "0.0.3", - "homepage": "https://github.com/6/stopwords", + "homepage": "https://github.com/6/stopwords-json", "authors": [ "Peter Graham" ], diff --git a/docs/README.tmpl.md b/docs/README.tmpl.md index 8dbd69d..ed90b86 100644 --- a/docs/README.tmpl.md +++ b/docs/README.tmpl.md @@ -1,4 +1,4 @@ -# {%= name %} [![CircleCI](https://circleci.com/gh/6/stopwords.svg?style=svg)](https://circleci.com/gh/6/stopwords) +# {%= name %} [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json) {%= description %} Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words): diff --git a/package.json b/package.json index aa98d2b..a546263 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ }, "repository": { "type": "git", - "url": "http://github.com/6/stopwords.git" + "url": "http://github.com/6/stopwords-json.git" }, "bugs": { - "url": "http://github.com/6/stopwords/issues" + "url": "http://github.com/6/stopwords-json/issues" }, "scripts": { "lint": "jsonlint stopwords-all.json --quiet && jsonlint dist/*.json --quiet",