<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`MetadataCache`](MetadataCache) › [`resolvedLinks`](MetadataCache/resolvedLinks)
## MetadataCache.resolvedLinks property
Contains all resolved links. This object maps each source file's path to an object of destination file paths with the link count. Source and destination paths are all vault absolute paths that comes from `TFile.path` and can be used with `Vault.getAbstractFileByPath(path)`<!-- -->.
**Signature:**
```typescript
resolvedLinks: Record<string, Record<string, number>>;
```