MINOR Fixed broken links in docblocks

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115949 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2011-02-01 20:05:47 +00:00
parent 17f6f3fbe7
commit 949cadf377
3 changed files with 1 additions and 5 deletions

View File

@ -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()

View File

@ -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
*

View File

@ -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 <cal@iamcal.com>
* This code is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
* http://creativecommons.org/licenses/by-sa/2.5/