Skip to content

Commit

Permalink
Merge pull request #16540 from CAM-Gerlach/fix-external-kernel-link
Browse files Browse the repository at this point in the history
PR: Fix link to Spyder docs in connect to external kernel dialog
  • Loading branch information
ccordoba12 committed Oct 6, 2021
2 parents 80ad2b6 + 827eb0d commit 8fbb933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/plugins/ipythonconsole/widgets/kernelconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def __init__(self, parent=None):
"<tt>kernel-1234.json</tt>) of the existing kernel, and enter "
"the SSH information if connecting to a remote machine. "
"To learn more about starting external kernels and connecting "
"to them, see <a href=\"https://docs.spyder-ide.org/"
"ipythonconsole.html#connect-to-an-external-kernel\">"
"to them, see <a href=\"https://docs.spyder-ide.org/5/panes/"
"ipythonconsole.html#using-external-kernels\">"
"our documentation</a>.</p>"))
main_label.setWordWrap(True)
main_label.setAlignment(Qt.AlignJustify)
Expand Down

0 comments on commit 8fbb933

Please sign in to comment.