euromark 11 年 前
コミット
5e27c7a66f
2 ファイル変更4 行追加4 行削除
  1. 2 2
      README.md
  2. 2 2
      composer.json

+ 2 - 2
README.md

@@ -5,9 +5,9 @@ This plugin requires PHP5.3+
 
 Please note: New functionality has been tested against 2.x (current master and dev) only. Please upgrade if possible.
 
-[![Build Status](https://api.travis-ci.org/dereuromark/tools.png?branch=master)](https://travis-ci.org/dereuromark/tools)
+[![Build Status](https://api.travis-ci.org/dereuromark/cakephp-tools.png?branch=master)](https://travis-ci.org/dereuromark/cakephp-tools)
 [![Latest Stable Version](https://poser.pugx.org/dereuromark/tools-cakephp/v/stable.png)](https://packagist.org/packages/dereuromark/tools-cakephp)
-[![Coverage Status](https://coveralls.io/repos/dereuromark/tools/badge.png)](https://coveralls.io/r/dereuromark/tools)
+[![Coverage Status](https://coveralls.io/repos/dereuromark/cakephp-tools/badge.png)](https://coveralls.io/r/dereuromark/cakephp-tools)
 [![License](https://poser.pugx.org/dereuromark/tools-cakephp/license.png)](https://packagist.org/packages/dereuromark/tools-cakephp)
 [![Total Downloads](https://poser.pugx.org/dereuromark/tools-cakephp/d/total.png)](https://packagist.org/packages/dereuromark/tools-cakephp)
 

+ 2 - 2
composer.json

@@ -3,7 +3,7 @@
 	"type": "cakephp-plugin",
 	"description": "A CakePHP plugin containing lots of useful and reusable tools",
 	"keywords": ["cakephp", "plugin", "tools", "utils", "helpers", "components", "behaviors", "datasources"],
-	"homepage": "https://github.com/dereuromark/tools",
+	"homepage": "https://github.com/dereuromark/cakephp-tools",
 	"license": "MIT",
 	"authors": [
 		{
@@ -17,7 +17,7 @@
 		"composer/installers": "*"
 	},
 	"support": {
-		"source": "https://github.com/dereuromark/tools"
+		"source": "https://github.com/dereuromark/cakephp-tools"
 	},
 	"extra": {
 		"installer-name": "Tools"