Update image links in database

I re-ran the following update and now my links work!

update wp_posts set post_content = REPLACE(post_content, 'http://domain.com/wp', 'http://domain.com/blog');