From 91f50325a171b1db861cd263ca622fb819c9335e Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Sun, 8 Mar 2026 10:15:16 -0400 Subject: [PATCH] docs: point README badge to stable docs version Closes #234 Made-with: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 411c0b3..c637a0b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-watchman.svg)](https://pypi.org/project/django-watchman/) [![PyPI - Django Version](https://img.shields.io/pypi/frameworkversions/django/django-watchman.svg)](https://pypi.org/project/django-watchman/) [![CI](https://github.com/mwarkentin/django-watchman/actions/workflows/ci.yml/badge.svg)](https://github.com/mwarkentin/django-watchman/actions/workflows/ci.yml) -[![Docs](https://readthedocs.org/projects/django-watchman/badge/?version=latest)](https://django-watchman.readthedocs.io/en/latest/) +[![Docs](https://readthedocs.org/projects/django-watchman/badge/?version=stable)](https://django-watchman.readthedocs.io/en/stable/) django-watchman exposes a status endpoint for your backing services like databases, caches, etc.