Closed
Description
Documentation
I noticed a broken link on this page: https://docs.python.org/3/tutorial/interactive.html
It links to https://www.bpython-interpreter.org/, which does not exist:
$ rh HEAD https://www.bpython-interpreter.org/ -s
Error: error sending request for url (https://www.bpython-interpreter.org/): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided, or not known
https://bpython-interpreter.org/ does, though:
$ rh HEAD https://bpython-interpreter.org/ -s
HTTP/2.0 200 OK