Try replacing the URL before replacing it’s text:
set newURL to current application's NSURL's URLWithString:"https:valid/URL/string/goes/here"
mutableAttString's addAttribute:(current application's NSLinkAttributeName) value:newURL range:theRange
Try replacing the URL before replacing it’s text:
set newURL to current application's NSURL's URLWithString:"https:valid/URL/string/goes/here"
mutableAttString's addAttribute:(current application's NSLinkAttributeName) value:newURL range:theRange