summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-11-12 14:43:10 -0500
committerJordan Wiens <github@psifertex.com>2025-11-12 14:43:10 -0500
commit444d2163773e7f90bb3f9296a6e3a37122399fb9 (patch)
treee68f76da53e6afc3cf8a1a450de45953a51f11e1 /docs
parentecf9f1265a5c777be7fbbbaf75d15c21520ef288 (diff)
link to main docs site, not dev
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 5631175c..936f6784 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -534,7 +534,7 @@ The normal find dialog also exists as a sidebar panel that allows persistent, ta
The search types are available from a drop-down next to the text input field and include:
- - Advanced Binary Search: A new search type using the [bv.search](https://dev-api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.search) syntax (supporting regular expressions and wildcard hex strings)
+ - Advanced Binary Search: A new search type using the [bv.search](https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView.search) syntax (supporting regular expressions and wildcard hex strings)
- Escaped: Escaped strings such as `OneString\x09\Tabsx09Another`
- Hex: All values much be valid hex characters such as `ebfffc390` and the bytes will only be searched for in this particular order
- Raw: A simple string search that matches the exact string as specified