From 1f5f2f1e8748a5bc6d3d2896bd640e1cc85047da Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Fri, 24 Nov 2023 15:38:43 +0100 Subject: [PATCH] [DOC] Fix file links in contributing file --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3be1b804..17f85d79 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,14 +23,14 @@ When submitting a ticket, the following information should be included: * Message should start with an uppercase char * 72 chars max line length * Follow our CGL, see: - * [.editorconfig](.editorconfig) - * [.php-cs-fixer.dist.php (PSR-2)](.php-cs-fixer.dist.php) - * [typoscript-lint.yml](typoscript-lint.yml) + * [.editorconfig](../.editorconfig) + * [.php-cs-fixer.dist.php (PSR-2)](../.php-cs-fixer.dist.php) + * [typoscript-lint.yml](../typoscript-lint.yml) * Run `composer run test` * Test with all supported TYPO3 CMS versions (according to `composer.json`) -* Test your changes following the [testing guide](Documentation/DeveloperGuide/Index.rst) +* Test your changes following the [testing guide](../Documentation/DeveloperGuide/Index.rst) ## Additional Resources -* See [developer guide](Documentation/DeveloperGuide) in documentation +* See [developer guide](../Documentation/DeveloperGuide/Index.rst) in documentation