Linking source files of the TYPO3 Core 

Any file within the TYPO3 Core can be linked to their source file on GitHub using the text role t3src .

You can link classes like the EXT:core/Classes/Pagination/SlidingWindowPagination.php (GitHub) and any other file type like EXT:core/Resources/Private/Templates/ErrorPage/Error.html (GitHub).

You can link classes like the
:t3src:`typo3/sysext/core/Classes/Pagination/SlidingWindowPagination.php`
and any other file type like
:t3src:`typo3/sysext/core/Resources/Private/Templates/ErrorPage/Error.html`.
Copied!