summaryrefslogtreecommitdiff
path: root/readme.markdown
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-27 17:59:45 +0700
committerhathach <[email protected]>2014-03-27 17:59:45 +0700
commitb0af13c50b789a3ff0e646d8885df4f12d959837 (patch)
tree46d132fb65f6db628c46920803fcdf1459370bc0 /readme.markdown
parent70c6ca7a4851dcb81a5d20645245c12ebdda820b (diff)
fix image path
Diffstat (limited to 'readme.markdown')
-rw-r--r--readme.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.markdown b/readme.markdown
index 36def7acf..6385f0e9c 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -4,7 +4,7 @@
tinyusb is an open-source (BSD-licensed) USB Host/Device/OTG stack for embedded micro-controller. It is developed using [Test-Driven Development (TDD)](tests/readme.md) approach to eliminate bugs as soon as possible.
-![tinyusb diagram](/docs/images/what_is_tinyusb.png)
+![tinyusb diagram](http://docs.tinyusb.org/images/tinyusb_overview.png)
## Features ##