Moving WordPress Directory (same domain) - GUID issue?
I have a WordPress installation on a directory within my domain. So, it is like this:
www.example.com/blog/
WordPress is placed in /blog/
I'd like to move the WordPress installation Blog Posts back to the root level. When I exported the XML file I noticed that each blog post had this GUID reference:
guid isPermaLink="false"http://example.com/blog/?p=1275/guid
notice the /blog/ in the URL
So, my question is - if I import the XML file into a fresh WordPress install at the root level, wont all the links be broken?
Should I change all the GUID links? My understanding is that the GUID URL should be left alone even if the domain path has changed.