Skip to content

Commit ec48dcb

Browse files
committed
cannot use the same keyword for RST links
1 parent ec0d430 commit ec48dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def connect_pycharm_debugger(port=5678):
431431
"""
432432
Connect to PyCharm (Professional Edition) for debugging.
433433
434-
.. note:: See the `user documentation <https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-intellij-pycharm>`_ for step-by-step instructions on how to set up Python debugging.
434+
.. note:: See the user documentation `pycharm note <https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-intellij-pycharm>`_ for step-by-step instructions on how to set up Python debugging.
435435
436436
:param port: Port number for connecting to the debugger.
437437
"""
@@ -447,7 +447,7 @@ def connect_vscode_debugger(port=5678):
447447
Connect to Visual Studio Code for debugging. This function blocks until the debugger
448448
is connected! Not recommended for use in startup.py
449449
450-
.. note:: See the `user documentation <https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-vscode>`_ for step-by-step instructions on how to set up Python debugging.
450+
.. note:: See the user documentation `vscode note <https://docs.binary.ninja/dev/plugins.html#remote-debugging-with-vscode>`_ for step-by-step instructions on how to set up Python debugging.
451451
452452
:param port: Port number for connecting to the debugger.
453453
"""

0 commit comments

Comments
 (0)