Skip to content

Commit 772a53e

Browse files
committed
Point the documentation links at the stable version
1 parent 8013b7d commit 772a53e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ configured and this dashboard loaded, no login in the way:
133133

134134
That screenshot is the stack in this repository, fed by
135135
`examples/send_metrics.py` through this client. The
136-
[local stack guide](https://python-statsd.readthedocs.io/en/latest/local-stack.html)
136+
[local stack guide](https://python-statsd.readthedocs.io/en/stable/local-stack.html)
137137
covers how statsd renames your metrics on the way through, and what to
138138
check when nothing shows up.
139139

@@ -165,13 +165,13 @@ Pass `disabled=True` to send nothing.
165165
Full documentation is at
166166
[python-statsd.readthedocs.io](https://python-statsd.readthedocs.io/).
167167

168-
- [Metrics](https://python-statsd.readthedocs.io/en/latest/metrics.html):
168+
- [Metrics](https://python-statsd.readthedocs.io/en/stable/metrics.html):
169169
the five types, how to choose, and the exact bytes each one writes
170-
- [Connections](https://python-statsd.readthedocs.io/en/latest/connections.html):
170+
- [Connections](https://python-statsd.readthedocs.io/en/stable/connections.html):
171171
destinations, sampling, disabling, failure behaviour, threads and forks
172-
- [Patterns](https://python-statsd.readthedocs.io/en/latest/patterns.html):
172+
- [Patterns](https://python-statsd.readthedocs.io/en/stable/patterns.html):
173173
naming, cardinality, client trees, WSGI and Celery integration
174-
- [Local stack](https://python-statsd.readthedocs.io/en/latest/local-stack.html):
174+
- [Local stack](https://python-statsd.readthedocs.io/en/stable/local-stack.html):
175175
docker compose, and how to debug a metric that never arrives
176176

177177
For Django, use [django-statsd](https://github.com/wolph/django-statsd),

0 commit comments

Comments
 (0)