summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-06-06 13:59:49 -0400
committerJordan Wiens <jordan@psifertex.com>2025-06-06 13:59:49 -0400
commitf5ca152c06e528440da22797bb1762d8c208a98f (patch)
treeb3264d0f943b04092a73b41c0acb23c8ac2d9b37 /python/__init__.py
parent380b645519c41b2ec48877145c5db63c40cb224d (diff)
fix broken link in python docs
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py
index 79f11c2d..6ed898f4 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -407,7 +407,7 @@ def load(*args, **kwargs) -> BinaryView:
.. note:: The progress_func callback **must** return True to continue the load operation, False will abort the load operation.
- .. warning:: The progress_func will **only** be called for BNDB files, not for any other file format due to a `design limitation <https://docs.binary.ninja/guide/debugger/index.html#navigating-the-binary>`_.
+ .. warning:: The progress_func will **only** be called for BNDB files, not for any other file format due to a `design limitation <https://github.com/Vector35/binaryninja-api/issues/4116#issuecomment-1479496712>`_.
:Example:
>>> from binaryninja import *