Skip to content

Commit

Permalink
[DOC] Fix file links in contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 24, 2023
1 parent 7c700ee commit 1f5f2f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f5f2f1

Please sign in to comment.