From 723575a8ed61cf884396d4af08fd3a7ba384ff4a Mon Sep 17 00:00:00 2001 From: foxy82 Date: Tue, 28 Feb 2023 17:32:40 +0000 Subject: [PATCH] Update examples.rst Use correct example for MDNS --- docs/examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.rst b/docs/examples.rst index 6080b32..e9fb5bc 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -26,8 +26,8 @@ accessible via a hostname in addition to an IP address. In this example, the server is accessible via ``http://custom-mdns-hostname/`` and ``http://custom-mdns-hostname.local/``. -.. literalinclude:: ../examples/httpserver_cpu_information.py - :caption: examples/httpserver_cpu_information.py +.. literalinclude:: ../examples/httpserver_mdns.py + :caption: examples/httpserver_mdns.py :linenos: Change NeoPixel color