From d994a9cf5e267b694e95d62f6974b08089dd635c Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Thu, 11 Dec 2025 11:32:27 -0500 Subject: [PATCH] Fix Debian CLI package link in installation guide Update the GitHub CLI package link for Debian. --- docs/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index f1aaad557..383616a46 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -209,7 +209,7 @@ conda update gh --channel conda-forge ### Debian Community -The [GitHub CLI package](https://packages.debian.org/bookworm/gh) is supported by the Debian community with updates powered by [Debian Go Packaging Team](https://salsa.debian.org/go-team/packages/gh). +The [GitHub CLI package](https://packages.debian.org/stable/gh) is supported by the Debian community with updates powered by [Debian Go Packaging Team](https://salsa.debian.org/go-team/packages/gh). > [!NOTE] > As of November 2025, GitHub CLI maintainers strongly recommend [official Debian packages](#debian) especially as the community-distributed `2.45.x` / `2.46.x` version is broken due to deprecated GitHub APIs.