From 949cadf3776e3096d0010938ea6e880d463750ce Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 1 Feb 2011 20:05:47 +0000 Subject: [PATCH] MINOR Fixed broken links in docblocks git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115949 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/control/ContentNegotiator.php | 3 --- dev/YamlFixture.php | 2 +- email/Email.php | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/core/control/ContentNegotiator.php b/core/control/ContentNegotiator.php index cd7c4b834..c39317758 100755 --- a/core/control/ContentNegotiator.php +++ b/core/control/ContentNegotiator.php @@ -19,9 +19,6 @@ * * @package sapphire * @subpackage control - * @see http://doc.silverstripe.org/doku.php?id=xhtml-support - * @see http://doc.silverstripe.org/doku.php?id=contentnegotiator - * @see http://doc.silverstripe.org/doku.php?id=html * * @todo Check for correct XHTML doctype in xhtml() * @todo Allow for other HTML4 doctypes (e.g. Transitional) in html() diff --git a/dev/YamlFixture.php b/dev/YamlFixture.php index 47c707e2c..bd67b707b 100644 --- a/dev/YamlFixture.php +++ b/dev/YamlFixture.php @@ -65,7 +65,7 @@ require_once 'thirdparty/spyc/spyc.php'; * @package sapphire * @subpackage core * - * @see http://spyc.sourceforge.net/ + * @see http://code.google.com/p/spyc/ * * @todo Write unit test for YamlFixture * diff --git a/email/Email.php b/email/Email.php index 238205246..58c79182d 100755 --- a/email/Email.php +++ b/email/Email.php @@ -551,7 +551,6 @@ class Email extends ViewableData { * @param string $str * @return boolean * - * @see http://code.iamcal.com/php/rfc822/rfc822.phps * @copyright Cal Henderson * This code is licensed under a Creative Commons Attribution-ShareAlike 2.5 License * http://creativecommons.org/licenses/by-sa/2.5/