From ec0f9ba855cca7dd35cddad40c4cb7eb17d8842a Mon Sep 17 00:00:00 2001 From: "Sterling G. Baird" <45469701+sgbaird@users.noreply.github.com> Date: Sat, 27 Aug 2022 07:40:41 -0600 Subject: [PATCH] Fix links to hello and gpio examples in documentation (#53) --- docs/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index ff8afe0..f495925 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -68,7 +68,7 @@ Running with CPython - | None * - Examples - - | `hello.py `_ + - | `hello.py `_ When using CPython, you can start the web server by running the script that defines and runs the application instance:: @@ -93,8 +93,8 @@ Running with MicroPython - | None * - Examples - - | `hello.py `_ - | `gpio.py `_ + - | `hello.py `_ + | `gpio.py `_ When using MicroPython, you can upload a *main.py* file containing the web server code to your device along with *microdot.py*. MicroPython will