How to find list of specific links

Hello,

Old service portal links will stop working on 7/11/2020.
The old service portal links can be recognized because they include both ‘service-portal’ and ‘.do?’
I have updated as many links on my website as possible but I would like to know if it is possible to find the remaining old links still present.
Any idea on how to find them?

Thank you
Emilie

Dear Emilie,

There is the Link Checker module but it has only a dev version in Drupal 8. If you want to use it I would suggest to create a test website and clone your production there. Then install the module on your test site and let it check for broken links there.

Hi,

Thank you for your answer.
I would like to update the links before they are broken.
I don’t think this module will allow me to do that?

Emilie

In that case you should probably use the Find external links module.

Alternatively you can search for specific links in the content of your nodes in the database using an SQL query but I would recommend that only to advanced users.