summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-11-01 19:30:25 -0400
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commit77f1ac949a82a040afa3b2915fe783202988f7ce (patch)
tree0fc07a48d78917c7fb11495e4a9ae47b2739043e /docs/dev
parent15767ba728a0297f759c05f4bdd46d0c99a6cab6 (diff)
fix concepts image
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/concepts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/concepts.md b/docs/dev/concepts.md
index fc74e0e1..bc76bb22 100644
--- a/docs/dev/concepts.md
+++ b/docs/dev/concepts.md
@@ -6,7 +6,7 @@ ILs in general are critical to how Binary Ninja analyzes binaries and we have mu
APIs that query these mappings are plural. So for example, while `current_hlil.llil` will give a single mapping, `current_hlil.llils` will return a list that may contain multiple mappings.
-![Mapping between ILs ><](./img/ilmapping.png "Mapping between ILs")
+![Mapping between ILs ><](../img/ilmapping.png "Mapping between ILs")
## Operating on IL versus Native