diff --git a/Documentation/source/contribution.rst b/Documentation/source/contribution.rst index 7a0ad9d..a5df793 100644 --- a/Documentation/source/contribution.rst +++ b/Documentation/source/contribution.rst @@ -29,7 +29,7 @@ make sure to check your coding style with `phpcs`_. New sniffs have to be covered by tests, see :ref:`extending-tests`. -.. _TYPO3 slack: https://typo3.slack.com/messages/@danielsiepmann +.. _TYPO3 slack: https://typo3.slack.com/?redir=%2Fmessages%2F%40danielsiepmann .. _docker: https://www.docker.com/ .. _phpcs: https://github.com/squizlabs/PHP_CodeSniffer .. _reStructuredText: http://docutils.sourceforge.net/rst.html diff --git a/Documentation/source/extending.rst b/Documentation/source/extending.rst index ad71a8a..05748bb 100644 --- a/Documentation/source/extending.rst +++ b/Documentation/source/extending.rst @@ -14,7 +14,7 @@ Sniffs ------ Follow the official docs of `phpcs`_: -https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial#creating-the-sniff +https://github.com/squizlabs/PHP_CodeSniffer/wiki/Coding-Standard-Tutorial#user-content-creating-the-sniff The following resources might be helpful during working with ``phpcs``: @@ -61,6 +61,7 @@ like options for the sniff. In that case you have to place a :file:`Arguments.ph This file returns an array: .. code-block:: php +