From af7226ef2e5724a8bbb01941c82ebd27dc20b74e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 8 Oct 2024 11:12:19 +0200 Subject: [PATCH] README: The Git home page and Git Credential Manager use lychee (#1519) As of almost two weeks ago, Git's home page at https://git-scm.com/ was switched to a static website that uses lychee to verify links (already catching a broken one: https://github.com/gitgitgadget/git/pull/1812). For substantially longer, the Git Credential Manager uses lychee to validate the links in its documentation. Signed-off-by: Johannes Schindelin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 81f6810..3c5f611 100644 --- a/README.md +++ b/README.md @@ -685,6 +685,8 @@ We collect a list of common workarounds for various websites in our [troubleshoo - https://github.com/bencherdev/bencher - https://github.com/sindresorhus/execa - https://github.com/tldr-pages/tldr-maintenance +- https://github.com/git-ecosystem/git-credential-manager +- https://git-scm.com/ - https://github.com/lycheeverse/lychee (yes, the lychee docs are checked with lychee 🤯) If you are using lychee for your project, **please add it here**.