diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-06-06 13:59:49 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-06-06 13:59:49 -0400 |
| commit | f5ca152c06e528440da22797bb1762d8c208a98f (patch) | |
| tree | b3264d0f943b04092a73b41c0acb23c8ac2d9b37 /python/__init__.py | |
| parent | 380b645519c41b2ec48877145c5db63c40cb224d (diff) | |
fix broken link in python docs
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 2 |
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 * |
