From b5ddd4069d7f1bdd31acd8f87efe2c1c147c9ad4 Mon Sep 17 00:00:00 2001 From: Auto Company Date: Thu, 19 Feb 2026 14:18:33 +0800 Subject: [PATCH] Add Redirect Checker - HTTP redirect chain analysis tool --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..4ec46e2 100644 --- a/readme.md +++ b/readme.md @@ -116,6 +116,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. * [Prettier](https://prettier.io/) - Opinionated code formatter. * [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +* [Redirect Checker](https://github.com/brancogao/redirect-checker) - Analyze HTTP redirect chains, detect loops, and measure performance. Open-source tool for SEO and DevOps. ## Docs & Knowledge