doc: update ncurses link

The link at gnu.org is a redirect now and the docs linter breaks some times.
This commit is contained in:
Saúl Ibarra Corretgé 2025-05-16 11:18:27 +02:00 committed by GitHub
parent 29edf31089
commit 3d33791172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -435,7 +435,7 @@ As you can see this is very useful to produce nicely formatted output, or even
console based arcade games if that tickles your fancy. For fancier control you
can try `ncurses`_.
.. _ncurses: https://www.gnu.org/software/ncurses/ncurses.html
.. _ncurses: https://invisible-island.net/ncurses/announce.html
.. versionchanged:: 1.23.1: the `readable` parameter is now unused and ignored.
The appropriate value will now be auto-detected from the kernel.