Skip to content

Fix broken IPython Reference URL in help_links#1526

Draft
goelakash wants to merge 1 commit into
ipython:mainfrom
goelakash:fix/ipython-docs-url
Draft

Fix broken IPython Reference URL in help_links#1526
goelakash wants to merge 1 commit into
ipython:mainfrom
goelakash:fix/ipython-docs-url

Conversation

@goelakash
Copy link
Copy Markdown

@goelakash goelakash commented Jun 6, 2026

The current https://ipython.org/documentation.html returns a 404 which no longer exists. The correct IPython documentation home is now https://ipython.readthedocs.io/en/stable/.

This URL is surfaced in the Jupyter Notebook / JupyterLab Help menu (under "IPython Reference") via help_links, so the broken link is user-visible.

$ curl -sI https://ipython.org/documentation.html | head -1
HTTP/2 404

$ curl -sI https://ipython.readthedocs.io/en/stable/ | head -1
HTTP/2 200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant