diff --git a/Readme.md b/Readme.md index 13648ec..7b2d8f3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# koa-robotstxt [![Build Status](https://travis-ci.org/zanaca/robotstxt.svg)](https://travis-ci.org/zanaca/robotstxt) +# koa-robotstxt [![Build Status](https://travis-ci.org/zanaca/koa-robotstxt.svg)](https://travis-ci.org/zanaca/koa-robotstxt) Koa middleware for serving the robots.txt file.. diff --git a/package.json b/package.json index ee44763..d0f4255 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "description": "Robots.txt bounce middleware for koa", "repository": { "type": "git", - "url": "git+https://github.com/zanaca/robotstxt.git" + "url": "git+https://github.com/zanaca/koa-robotstxt.git" }, - "version": "1.0.5", + "version": "1.0.6", "keywords": [ "koa", "middleware", @@ -31,9 +31,9 @@ "test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should" }, "bugs": { - "url": "https://github.com/zanaca/robotstxt/issues" + "url": "https://github.com/zanaca/koa-robotstxt/issues" }, - "homepage": "https://github.com/zanaca/robotstxt#readme", + "homepage": "https://github.com/zanaca/koa-robotstxt#readme", "main": "index.js", "directories": { "test": "test"