diff options
| author | Ha Thach <[email protected]> | 2022-02-17 11:58:41 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-17 11:58:41 +0700 |
| commit | 358866cd0f4211d698f3cd6a95d9cf1190378ea8 (patch) | |
| tree | a1543853ba10142fc687c0198d51824283be6643 | |
| parent | fcca8bb4ca219b2b43169997a5a00d65bc12c877 (diff) | |
| parent | ada7a23ddc7d429b447d34785ffec2c230d75b1d (diff) | |
Merge pull request #1328 from NexusXe/patch-1
Fix link to supported boards in Getting Started page
| -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..4a53626cd 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:: |
