Fix links to hello and gpio examples in documentation (#53)

This commit is contained in:
Sterling G. Baird
2022-08-27 07:40:41 -06:00
committed by GitHub
parent a01fc9c3f0
commit ec0f9ba855

View File

@@ -68,7 +68,7 @@ Running with CPython
- | None - | None
* - Examples * - Examples
- | `hello.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/hello.py>`_ - | `hello.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/hello/hello.py>`_
When using CPython, you can start the web server by running the script that When using CPython, you can start the web server by running the script that
defines and runs the application instance:: defines and runs the application instance::
@@ -93,8 +93,8 @@ Running with MicroPython
- | None - | None
* - Examples * - Examples
- | `hello.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/hello.py>`_ - | `hello.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/hello/hello.py>`_
| `gpio.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/gpio.py>`_ | `gpio.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/gpio/gpio.py>`_
When using MicroPython, you can upload a *main.py* file containing the web When using MicroPython, you can upload a *main.py* file containing the web
server code to your device along with *microdot.py*. MicroPython will server code to your device along with *microdot.py*. MicroPython will