From 6e1a8d1821cd16ddfd4e578732a36af25b587c49 Mon Sep 17 00:00:00 2001 From: Ronny V Date: Sun, 28 Apr 2024 18:38:32 +0200 Subject: [PATCH] Bugfix: Wrong url for django-pony-express (#266) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eebaf8..6301f6d 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-mixin](https://github.com/adinhodovic/django-mixin) - Monitoring mixin for Django-prometheus. A set of Grafana dashboards and Prometheus rules for Django. ### Mailing -- [django-pony-express](https://github.com/edoburu/django-any-urlfield) - Class-based emails including a test suite for Django. +- [django-pony-express](https://github.com/ambient-innovation/django-pony-express) - Class-based emails including a test suite for Django. ### Model Fields - [django-any-urlfield](https://github.com/edoburu/django-any-urlfield) - An improved URL selector to choose between internal models and external URLs.