Skip to content

Commit b8055ae

Browse files
authored
Merge pull request #1000 from hathach/more-doc
More doc
2 parents 82d73d3 + 6be2d46 commit b8055ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ python:
1111
version: 3.8
1212
install:
1313
- requirements: docs/requirements.txt
14+
15+
submodules:
16+
include: []
17+
recursive: false
18+

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://openinput.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

examples/device/webusb_serial/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ enum {
7171

7272
static uint32_t blink_interval_ms = BLINK_NOT_MOUNTED;
7373

74-
#define URL "www.tinyusb.org/examples/webusb-serial"
74+
#define URL "example.tinyusb.org/webusb-serial/"
7575

7676
const tusb_desc_webusb_url_t desc_url =
7777
{

0 commit comments

Comments
 (0)