Skip to content

Commit

Permalink
[TASK] Change URL of TYPO3_URL_DONATE constant
Browse files Browse the repository at this point in the history
Resolves: #85791
Releases: master,8.7
Change-Id: Ib90b3a0dcc77ba5f6006232ac8357e5a50ec782a
Reviewed-on: https://review.typo3.org/57848
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Markus Klein <markus.klein@typo3.org>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
wouter90 authored and lolli42 committed Aug 9, 2018
1 parent 4d8832f commit 734830e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ protected static function defineBaseConstants()
define('TYPO3_URL_SECURITY', 'https://typo3.org/teams/security/');
define('TYPO3_URL_DOWNLOAD', 'https://typo3.org/download/');
define('TYPO3_URL_SYSTEMREQUIREMENTS', 'https://typo3.org/typo3-cms/overview/requirements/');
define('TYPO3_URL_DONATE', 'https://typo3.org/donate/online-donation/');
define('TYPO3_URL_DONATE', 'https://typo3.org/community/contribute/donate/');
define('TYPO3_URL_WIKI_OPCODECACHE', 'https://wiki.typo3.org/Opcode_Cache');

// A null, a tabulator, a linefeed, a carriage return, a substitution, a CR-LF combination
Expand Down

0 comments on commit 734830e

Please sign in to comment.