Skip to content

Commit 6be2d46

Browse files
committed
update link to docs.tinyusb.org
1 parent 188bc0e commit 6be2d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ embedded system, designed to be memory-safe with no dynamic allocation
88
and thread-safe with all interrupt events are deferred then handled in
99
the non-ISR task function.
1010

11-
Please take a look at the online `documentation <https://www.tinyusb.org/>`__.
11+
Please take a look at the online `documentation <https://docs.tinyusb.org/>`__.
1212

1313
.. figure:: docs/assets/stack.svg
1414
:width: 500px
@@ -122,7 +122,7 @@ in your project.
122122
.. |Build Status| image:: https://github.com/hathach/tinyusb/workflows/Build/badge.svg
123123
:target: https://github.com/hathach/tinyusb/actions
124124
.. |Documentation Status| image:: https://readthedocs.org/projects/tinyusb/badge/?version=latest
125-
:target: https://tinyusb.readthedocs.io/en/latest/?badge=latest
125+
:target: https://docs.tinyusb.org/en/latest/?badge=latest
126126
.. |License| image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
127127
:target: https://opensource.org/licenses/MIT
128128

0 commit comments

Comments
 (0)