Skip to content

FileManager.updateInternalLinks method

FileManager › updateInternalLinks

Unofficial

Update internal links.

Signature:

updateInternalLinks(data: Map<string, LinkChangeUpdate>): Promise<void>

Parameters:

Parameter Type Description
data Map<string, LinkChangeUpdate> Map of path to link change updates.

Returns: Promise<void>A promise that resolves when the internal links are updated.