[ 
https://issues.apache.org/jira/browse/FOR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634571#action_12634571
 ] 

Brian M Dube commented on FOR-1115:
-----------------------------------

Committed revision 699039.

I gathered the affected filenames into a single file, and fed it to this script:

#!/bin/sh

while read curline; do
  sed -i 's/\/mygroup.org/\/example.org/' $curline
  sed -i 's/\/myproj.mygroup.org/\/example.org\/myproj/' $curline
  sed -i 's/mydomain/example.org/' $curline
  sed -i 's/myhost.com/example.org/' $curline
  sed -i 's/example.com/example.org/' $curline
done


> Remove links to mygroup.org
> ---------------------------
>
>                 Key: FOR-1115
>                 URL: https://issues.apache.org/jira/browse/FOR-1115
>             Project: Forrest
>          Issue Type: Improvement
>          Components: Documentation and website, Plugin: internal.dispatcher, 
> seed (fresh-site), Skins (general issues)
>    Affects Versions: 0.8, 0.9-dev
>            Reporter: Brian M Dube
>            Priority: Trivial
>             Fix For: 0.9-dev
>
>
> Skins, dispatcher, and the seed sites contain default links to mygroup.org. 
> This domain is registered. It appears to be a squatter, but it exists 
> nonetheless. Perhaps these links should be changed to one of the domains 
> provided by RFC 2606.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.