From 0063bdc27e6270f595afa5c5f3a83268e6143364 Mon Sep 17 00:00:00 2001 From: sam blenny <68084116+samblenny@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:18:31 +0000 Subject: [PATCH] fix broken example link in docs The old way worked fine on my local server, but it gave me a 404 when I checked the production version on the RTD server. Hopefully this will fix it? --- adafruit_tlv320.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_tlv320.py b/adafruit_tlv320.py index 78722dd..48aca0b 100644 --- a/adafruit_tlv320.py +++ b/adafruit_tlv320.py @@ -87,7 +87,7 @@ use with a device that expects consumer line level input (-10 dBV). To fix that, you can increase ``dac_volume`` or ``headphone_volume``. If you want to experiment with different ways of setting the levels, check out the -volume test example: `Volume test <../examples.html#volume-test>`_ +volume test example: `Volume test <./examples.html#volume-test>`_ ::