From 6b09d4d92fbf4eec98ae1db42e57ba9d2a94de4c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 17 Oct 2022 14:27:52 -0400 Subject: fix images and some user manual links --- docs/dev/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/concepts.md') diff --git a/docs/dev/concepts.md b/docs/dev/concepts.md index eae79854..fc74e0e1 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 -- cgit v1.3.1