Skip to content

FileManager.updateInternalLinks method

FileManager › updateInternalLinks

Unofficial

Update internal links.

Signature:

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

Parameters:

ParameterTypeDescription
dataMap<string, LinkChangeUpdate>Map of path to link change updates.

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