summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-08-27 19:32:22 -0400
committerJordan Wiens <jordan@psifertex.com>2018-08-27 19:32:22 -0400
commit1cd804e82579ae9ffa0b0474ff44c061238f3126 (patch)
treeb90a9419f507b8edaf504b6467ca1b1f8d27c9cd /docs
parent867353b827eabb294f1cc8d0d825669cf64b7138 (diff)
fix hex-view reference
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index b3c07f9c..5148b9d5 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -174,7 +174,7 @@ Note that any changes made in the Hex view will take effect immediately in any o
The xrefs view in the lower-left shows all cross-references to a given location or reference. Note that the cross-references pane will change depending on whether an entire line is selected (all cross-references to that address are shown), or whether a specific token within the line is selected.
-One fun trick that the xrefs view has up its sleeve: when in [Hex View](#hexview), a large range of memory addresses can be selected and the xrefs pane will show all xrefs to any location within that range of data.
+One fun trick that the xrefs view has up its sleeve: when in [Hex View](#hex-view), a large range of memory addresses can be selected and the xrefs pane will show all xrefs to any location within that range of data.
### Linear View