(http://i.gyazo.com/8a0944090bf440ad2e35d01ec262ae83.png)
This page came up when clicking on the Gruumsh deity link in cleric domains thread.
There's a fair number of broken links around. It was getting pretty pointless for me to pay for two old domains that aren't needed anymore.
In this thread there are several hundred links I believe, I fixed some of them but shortly lost patience with going through and fixing them all. It's easy enough to just substitute efupw.com instead of escapefromunderdark.com for players, I think... or just go to the deity forum directly.
If it's just a matter of replacing the hyperlink then send me a copy of the text including BBCode and I'll do it quickly.
I fixed. I sort of forgot about find & replace. Please feel free to report any other dead links.
The link to the old forums does not work.
Sounds like you've got it handled, but just in case, if it's hosted on a unix-esque system, this command might work to fix it wide-scale (back up first, run as root):
Quotefind /path/to/web/document/root -type f | xargs sed -i -r 's/escapefromunderdark\.com/www.efupw.com/g'