BUG: Fixed out of date RFC 4180 URL

BUG: Fixed out of date RFC 4180 URL
This commit is contained in:
Kirk Mayo 2014-02-05 14:42:27 +13:00
parent bb9f84afd5
commit e2c312d87d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* @todo Add support for deep chaining of relation properties (e.g. Player.Team.Stats.GoalCount)
* @todo Character conversion
*
* @see http://rfc.net/rfc4180.html
* @see http://tools.ietf.org/html/rfc4180
* @package framework
* @subpackage bulkloading
* @author Ingo Schommer, Silverstripe Ltd. (<firstname>@silverstripe.com)

View File

@ -6,7 +6,7 @@
* Uses the fgetcsv() function to process CSV input. Accepts a file-handler as
* input.
*
* @see http://rfc.net/rfc4180.html
* @see http://tools.ietf.org/html/rfc4180
*
* @package framework
* @subpackage bulkloading