diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php index ecff948851c704460196693b34420404a4759f81..f4a34e8c6296a0f7e719905c81aa98149745108d 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Uri/ResourceViewHelper.php @@ -36,7 +36,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic; * * Output:: * - * <link href="typo3conf/ext/example_extension/Resources/Resources/Public/css/stylesheet.css" rel="stylesheet" /> + * <link href="typo3conf/ext/example_extension/Resources/Public/css/stylesheet.css" rel="stylesheet" /> * * Depending on current extension. * @@ -49,7 +49,7 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithRenderStatic; * * Output:: * - * <link href="typo3conf/ext/another_extension/Resources/Resources/Public/css/stylesheet.css" rel="stylesheet" /> + * <link href="typo3conf/ext/another_extension/Resources/Public/css/stylesheet.css" rel="stylesheet" /> */ class ResourceViewHelper extends AbstractViewHelper {