Skip to content

Fix #25

Giovanni Alfredo Garciliano Díaz requested to merge issue-25-minor-changes into main

'/(.*)\s+\<((http|mailto).*)\>/' wasn't matching email addresses from the JSON file because they don't have 'mailto:' scheme in its url, so I've added a new regex. I could simply add the scheme in the file, but I don't know if the json file is used on another place, so I left it unmodified.

Merge request reports