I've got a content type with a field who contains a default value. In this default value there is an image and I would like to change the source of this image to all the existing contents.
from <img src="sites/file/image.jpg" />
to <img src="sites/file/images/image.jpg" />
How can apply this to the existing contents?
Thanks in advance.