Internal code check - find non-active documentation links
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3469949. -->
Reported by: [jonathan1055](https://www.drupal.org/user/92645)
Related to !251
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When updating documentation it is easy to copy and paste a url to an external site, for example a gitlab help page. The link is rendered as a clickable active link when previewing the changes before commit, and also when browsing the fork repository after committing to the MR. </p>
<p>However, when the MR is merged and the documentation page is rebuilt by MKdocs, the plain url is left as ordinary text and is not clickable. This requires a subsequent commit to fix it, and it would be nice to have this error highlighted in the 'Check Code' job, so it can be fixed before merging.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add a script in the 'Check Code' job to locate any url which is not coded using the required <code>[text to show](url to link to)</code> syntax </p>
issue