Issue #3050448 by kkalaskar, joachim, idebr: @see link in TwigNodeTrans docs is a 404

merge-requests/1119/head
Alex Pott 2019-05-07 14:04:15 +01:00
parent ecf0410252
commit 85029e08f6
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ use Twig\Node\CheckToStringNode;
* severely modified to work properly with the complexities of the Drupal
* translation system.
*
* @see http://twig.sensiolabs.org/doc/extensions/i18n.html
* @see https://twig-extensions.readthedocs.io/en/latest/i18n.html
* @see https://github.com/fabpot/Twig-extensions
*/
class TwigNodeTrans extends \Twig_Node {

View File

@ -10,7 +10,7 @@ namespace Drupal\Core\Template;
* into PHP code usable for runtime execution of the template.
*
* @see \Twig_TokenParser
* @see http://twig.sensiolabs.org/doc/extensions/i18n.html
* @see https://twig-extensions.readthedocs.io/en/latest/i18n.html
* @see https://github.com/fabpot/Twig-extensions
*/
class TwigTransTokenParser extends \Twig_TokenParser {