diff options
| author | NexusXe <[email protected]> | 2022-02-16 08:29:20 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-16 08:29:20 -0600 |
| commit | a72d0245fa33e05a4b3fc44efd5e6bf2560722c6 (patch) | |
| tree | 0e5cd26491a8c5a4f043de22ea2e85558beec355 | |
| parent | fcca8bb4ca219b2b43169997a5a00d65bc12c877 (diff) | |
Fix link to supported boards
It used to point to `boards.md`, which doesn't exist.
| -rw-r--r-- | docs/reference/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index 875372c81..77155cd67 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -37,7 +37,7 @@ It is relatively simple to incorporate tinyusb to your (existing) project Examples -------- -For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API() should be used. Most examples will work on most of `the supported Boards <boards.md>`_. Firstly we need to ``git clone`` if not already +For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API() should be used. Most examples will work on most of `the supported Boards <supported.rst>`_. Firstly we need to ``git clone`` if not already .. code-block:: |
