Skip to content

Fix broken IPython Reference URL in help_links#1526

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

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

@krassowski krassowski added the bug label Jun 8, 2026
@JohanMabille
Copy link
Copy Markdown
Contributor

Thanks for the fix. Is it ready for a review or do you have more to push?

@Carreau Carreau marked this pull request as ready for review June 8, 2026 12:25
@Carreau Carreau added this to the 7.3 milestone Jun 8, 2026
@Carreau
Copy link
Copy Markdown
Member

Carreau commented Jun 8, 2026

let's get that in; failures unrelated (I've kick the random failure)

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants