I have SharePoint Site on SharePoint online with Pages library having 5 pages with content. Need to modify the URL in the pages programmatically using Client Object Model
suppose I have Newname.aspx page and this page is having some links which I need to modify pragmatically. Newname.aspx is having 15 broken links, every time I have to open this page in edit mode and manually update all broken links.
Is there any way to modify these broken links programmatically.