Skip to content

docs: fix dead Click documentation link in README - #1626

Merged
dbaty merged 1 commit into
dbcli:mainfrom
CAOShurong:fix/click-dead-doc-link
Aug 29, 2026
Merged

docs: fix dead Click documentation link in README#1626
dbaty merged 1 commit into
dbcli:mainfrom
CAOShurong:fix/click-dead-doc-link

Conversation

@CAOShurong

Copy link
Copy Markdown
Contributor

What

README.rst links to Click's documentation via https://click.pocoo.org/, which now returns HTTP 400 (Bad Request) from nginx. (Sibling Pocoo subdomains such as babel.pocoo.org still resolve, so the outage is specific to this doc subdomain.)

Click is a Pallets project and its docs now live at https://click.palletsprojects.com/ (verified returning HTTP 200). This PR updates the single reference.

Verification

  • curl -I https://click.pocoo.org/HTTP/1.1 400 Bad Request
  • curl -I https://click.palletsprojects.com/HTTP/1.1 200 OK

Change

  • README.rst:355: https://click.pocoo.org/https://click.palletsprojects.com/

One-line doc-only change, no code/test impact.


This contribution was prepared with the assistance of an AI agent (Hermes), used as a tool under CAOShurong's direction. The link-deadness verification above was performed independently.

…letsprojects.com)

click.pocoo.org now returns HTTP 400, while siblings (babel/lucumr) still
resolve, so the subdomain is dead. Click is a Pallets project; its docs
moved to https://click.palletsprojects.com/.
CAOShurong added a commit to CAOShurong/CAOShurong that referenced this pull request Aug 29, 2026

@dbaty dbaty left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you.

@dbaty
dbaty merged commit 8c1005e into dbcli:main Aug 29, 2026
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.

2 participants