Confluence server version 6.15.2.
On some of our wiki pages, ALL the links have suddenly been marked "unresolved". These links used to work fine till recently. But now, the wiki won't even recognize them as editable link objects.
If I look at the html for the page, it looks like the following:
<a data-linked-resource-default-alias="filename.pdf" data-filename="filename.pdf" data-content-title="page name" class="confluence-link unresolved" href="#">text</a>
If create a new link on the page, it is coded in an entirely different way as follows:
<a data-base-url="https://host:port" data-linked-resource-id="62853482" data-linked-resource-type="attachment" data-linked-resource-content-type="application/pdf" href="https://server:port/download/attachments/62853543/filename.pdf?version=1&modificationDate=1480706563029&api=v2" data-linked-resource-default-alias="filename.pdf" data-linked-resource-container-id="62853543" class="confluence-link">text</a>
What is going on here? Is this because of version upgrade of Confluence?
Did they not follow some procedure to migrate the links?
How can we fix such pages?