magmax / python-inquirer

A collection of common interactive command line user interfaces, based on Inquirer.js (https://github.com/SBoudrias/Inquirer.js/)
MIT License
992 stars 98 forks source link

Request to fix documentation link in inquirer PYPI page #514

Closed kdipippo closed 7 months ago

kdipippo commented 7 months ago

Hello! Thank you for building this tool. I use it all the time for my scripting so that I don't have to remember to update a bunch of consts at the top of my files. It's been very helpful.

Hopefully this is something that could be remedied with another release. The "documentation" link on the pypi.org page https://pypi.org/project/inquirer/ links to https://magmax.org/python-inquirer. It would be useful to switch it to the documentation link that appears in the README here: https://python-inquirer.readthedocs.io/en/latest/.

I think the code change is switching the URL on these two lines; unsure if there is another location that also needs the swap:

Thanks!

Cube707 commented 7 months ago

Duplicate of #338

Cube707 commented 7 months ago

my bad, the Issue I was thinking of is already closed. So you are completely right and this should be fixed.

Do you want to open a PR for that?