diff options
| author | Ha Thach <[email protected]> | 2025-10-09 16:52:47 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-09 16:52:47 +0700 |
| commit | 20c8e92f3a59bdc655a6d2b476ded21097068120 (patch) | |
| tree | c94f2a79c38f833518d0de71709236346f97b6a8 /docs | |
| parent | 5cc9ade431c945b83e0a52b9d055caf931e7ba17 (diff) | |
| parent | 5a82112f5af0ba4dc2ccf93cb56a881c2e771f45 (diff) | |
Merge pull request #3290 from hathach/copilot/fix-dependency-link-in-docs
docs: fix .rst links to use Sphinx :doc: role for proper HTML generation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/reference/getting_started.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst index f1a755804..b891d911b 100644 --- a/docs/reference/getting_started.rst +++ b/docs/reference/getting_started.rst @@ -50,7 +50,7 @@ To incorporate tinyusb to your 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.rst>`_. 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 :doc:`the supported boards <boards>`. Firstly we need to ``git clone`` if not already .. code-block:: bash @@ -77,7 +77,7 @@ The hardware code is located in ``hw/bsp`` folder, and is organized by family/bo $ cd examples/device/cdc_msc $ make BOARD=feather_nrf52840_express get-deps -You only need to do this once per family. Check out `complete list of dependencies and their designated path here <dependencies.rst>`_ +You only need to do this once per family. Check out :doc:`complete list of dependencies and their designated path here <dependencies>` Build Examples ^^^^^^^^^^^^^^ |
