Skip to content

Commit f5ca152

Browse files
committed
fix broken link in python docs
1 parent 380b645 commit f5ca152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def load(*args, **kwargs) -> BinaryView:
407407
408408
.. note:: The progress_func callback **must** return True to continue the load operation, False will abort the load operation.
409409
410-
.. 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>`_.
410+
.. 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>`_.
411411
412412
:Example:
413413
>>> from binaryninja import *

0 commit comments

Comments
 (0)