diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-03-13 18:00:13 -0400 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-03-13 18:00:13 -0400 |
| commit | 4220b3f81fa441cc4d6440f53dce65d212a58fea (patch) | |
| tree | b74aaed6ccb9e5f4e779851fde90a564ff61ae4f /docs/guide | |
| parent | 2678767529108972526970262239863987382804 (diff) | |
fix some broken documenation links
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/index.md | 2 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 6a2a1c8b..ad554908 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -413,7 +413,7 @@ The Mini Graph only shows content when the currently selected main pane contains The Cross References view in the lower-left section of the sidebar shows all cross-references to the currently selected address, address range, variable or type. This pane will change depending on whether an entire line is selected (all cross-references to that address/type/variable are shown), or whether a specific token within the line is selected. For instance if you click on the symbol `memmove` in `call memmove` it will display all known cross-references to `memmove`, whereas if you click on the line the `call` instruction is on, you will only get cross-references to the address of the call instruction. Cross-references can be either incoming or outgoing, and they can be either data, code, type, or variable. -When using the `X` hotkey, a [pinned cross-reference](#cross-reference-pinning) tab will be opened and the "Pinned Cross References" panel will be focused. [Some users](migrationguideida.md) may prefer a modal dialog, or the original Binary Ninja behavior of focusing the dynamic cross-reference window. This behavior can be changed either by adjusting the [ui.defaultXrefInterface](settings.md#ui.defaultXrefInterface) setting to `pinned`, `sidebar`, or `dialog` setting, OR by [changing the keybinding](#custom-hotkeys) for the appropriate command palette action: +When using the `X` hotkey, a [pinned cross-reference](#cross-reference-pinning) tab will be opened and the "Pinned Cross References" panel will be focused. [Some users](migration/migrationguideida.md) may prefer a modal dialog, or the original Binary Ninja behavior of focusing the dynamic cross-reference window. This behavior can be changed either by adjusting the [ui.defaultXrefInterface](settings.md#ui.defaultXrefInterface) setting to `pinned`, `sidebar`, or `dialog` setting, OR by [changing the keybinding](#custom-hotkeys) for the appropriate command palette action: - `Focus Cross References` - `Pin Cross References` (opens a new tab in the existing Pinned Cross References dialog) diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index 8b817633..a0f39412 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -46,7 +46,7 @@ Some major exceptions are:  -The hotkey for Cross-References in Binary Ninja will match your IDA muscle-memory, however the look is simlar to Ghidra with a pinned UI element containing tabs for references. To get the full IDA experience, change the [`ui.defaultXrefInterface`](settings.md#ui.defaultXrefInterface) setting to `dialog`. +The hotkey for Cross-References in Binary Ninja will match your IDA muscle-memory, however the look is simlar to Ghidra with a pinned UI element containing tabs for references. To get the full IDA experience, change the [`ui.defaultXrefInterface`](../settings.md#ui.defaultXrefInterface) setting to `dialog`.  |
