Skip to content

Commit 6fc8b58

Browse files
authored
Fix broken IPython Reference URL in help_links (#1526)
1 parent 336971e commit 6fc8b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipykernel/ipkernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def __init__(self, **kwargs):
178178
},
179179
{
180180
"text": "IPython Reference",
181-
"url": "https://ipython.org/documentation.html",
181+
"url": "https://ipython.readthedocs.io/en/stable/",
182182
},
183183
{
184184
"text": "NumPy Reference",

0 commit comments

Comments
 (0)