summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-23 13:12:22 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-23 13:12:22 -0500
commitb734940d1c7f5e5783b05e4fb6b61267b2045a53 (patch)
tree5411c180de554b6aec54ea2d3c70cf457b2df461 /python/binaryview.py
parent448f40be71dffa86a6581c3696627ccc1bdf74f2 (diff)
update debugger user docs URL in API docs
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index aaad9b0f..72453940 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -9098,7 +9098,7 @@ class BinaryView:
:py:func:`add_expression_parser_magic_value` API. Notably, the debugger adds all register values into the
expression parser so they can be used directly when navigating. The register values can be referenced like
`$rbp`, `$x0`, etc. For more details, refer to the related
- [debugger docs](https://docs.binary.ninja/guide/debugger.html#navigating-the-binary).
+ [debugger docs](https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary).
:param str expression: Arithmetic expression to be evaluated
:param int here: (optional) Base address for relative expressions, defaults to zero