Skip to content

Commit 2c38d0e

Browse files
author
Chris Boulton
committed
Fix links
1 parent 690419d commit 2c38d0e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @copyright (c) 2009 Chris Boulton
4141
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
4242
* @version 1.1
43-
* @link http://github.com/chrisboulton/phpdiff
43+
* @link http://github.com/chrisboulton/php-diff
4444
*/
4545

4646
class Diff

lib/Diff/Renderer/Abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
abstract class Diff_Renderer_Abstract

lib/Diff/Renderer/Html/Array.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
require_once dirname(__FILE__).'/../Abstract.php';

lib/Diff/Renderer/Html/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
require_once dirname(__FILE__).'/Array.php';

lib/Diff/Renderer/Html/SideBySide.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
require_once dirname(__FILE__).'/Array.php';

lib/Diff/Renderer/Text/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
require_once dirname(__FILE__).'/../Abstract.php';

lib/Diff/Renderer/Text/Unified.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
require_once dirname(__FILE__).'/../Abstract.php';

lib/Diff/SequenceMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @copyright (c) 2009 Chris Boulton
3838
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
3939
* @version 1.1
40-
* @link http://github.com/chrisboulton/phpdiff
40+
* @link http://github.com/chrisboulton/php-diff
4141
*/
4242

4343
class Diff_SequenceMatcher

0 commit comments

Comments
 (0)