I've moved a symfony2 script from website to another one on another server
when i type ls -l to check the bundles dir and shortcut its show deferent domain name
this is example
lrwxr-xr-x 1 Jack staff 61 Feb 3 2013 cmsadmin -> /var/www/mywebsite.com/src/CMS/AdminBundle/Resources/public
lrwxr-xr-x 1 Jack staff 61 Feb 3 2013 cmsfront -> /var/www/mywebsite.com/src/CMS/FrontBundle/Resources/public
lrwxr-xr-x 1 Jack staff 64 Feb 3 2013 cmssecurity -> /var/www/mywebsite.com/src/CMS/SecurityBundle/Resources/public
how i can re-write this bundles to match the new domain name or new path's ?
for example
old domain : mywebsite.com
new domain : anotherweb.com
this bundles still has the old domain shortcuts ! any advice ?