From 5f2d62096a99ea8b111236557fd2c788c85908d2 Mon Sep 17 00:00:00 2001 From: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Date: Tue, 31 Oct 2023 02:57:34 -0400 Subject: [PATCH] Fix third party package documentation link (#2902) * Fix doc link * Update docs/third_party_packages.md --- docs/third_party_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third_party_packages.md b/docs/third_party_packages.md index 2adb53ae..3d5f4778 100644 --- a/docs/third_party_packages.md +++ b/docs/third_party_packages.md @@ -8,7 +8,7 @@ As HTTPX usage grows, there is an expanding community of developers building too ### Hishel -[GitHub](https://github.com/karosis88/hishel) - [Documentation](https://karosis88.github.io/hishel/) +[GitHub](https://github.com/karpetrosyan/hishel) - [Documentation](https://hishel.com/) An elegant HTTP Cache implementation for HTTPX and HTTP Core.