com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Renaming a Resource
You can rename individual resources or collections. To rename a resource, use the following lines of code. The same code can be used to rename a collection as well.
registry.rename("/c1/c2/r1", "/c1/c2/r2");
The above line of code renames the resource /c1/c2/r1
to /c1/c2/r2
.
Â
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.