Skip to content

Commit 4985b77

Browse files
committed
Fix external URL does not render properly in docs
1 parent a7fd2f8 commit 4985b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/binaryview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9144,7 +9144,7 @@ def parse_expression(self, expression: str, here: int = 0) -> int:
91449144
:py:func:`add_expression_parser_magic_value` API. Notably, the debugger adds all register values into the
91459145
expression parser so they can be used directly when navigating. The register values can be referenced like
91469146
`$rbp`, `$x0`, etc. For more details, refer to the related
9147-
[debugger docs](https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary)_.
9147+
`debugger docs <https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary>`_.
91489148
91499149
:param str expression: Arithmetic expression to be evaluated
91509150
:param int here: (optional) Base address for relative expressions, defaults to zero

0 commit comments

Comments
 (0)