summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-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 *