This is my first time round using Umbraco and I have created Document Types / Pages using the wrong naming format and now this has transpired into my page URL\'s, for instance <
Solution:
.Url
with .umbracoUrlAlias
within the views it will need to be present).Url
change it to .umbracoUrlAlias
and the new URL's will be used.Note if you don't use .umbracoUrlAlias
the links will still be active i.e. they work but they won't be displayed in the address bar as .Url
spits out the original ones associated with the page.