summaryrefslogtreecommitdiff
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
parent70c6ca7a4851dcb81a5d20645245c12ebdda820b (diff)
fix image path
-rw-r--r--readme.markdown2
-rw-r--r--tests/readme.md3
2 files changed, 2 insertions, 3 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 ##
diff --git a/tests/readme.md b/tests/readme.md
index 0556d42fd..bc5e45198 100644
--- a/tests/readme.md
+++ b/tests/readme.md
@@ -15,5 +15,4 @@ Continuous Integration (CI) is used to automatically run all the tests whenever
As many other open source project, tinyusb uses Travis-CI server (free for OOS). You can find my project on Travis here https://travis-ci.org/hathach/tinyusb
-<!-- https://travis-ci.org/hathach/tinyusb -->
-[![Build Status](https://travis-ci.org/hathach/tinyusb.png?branch=master)](https://travis-ci.org/hathach/tinyusb)
+[![Build Status](https://travis-ci.org/hathach/tinyusb.svg?branch=master)](https://travis-ci.org/hathach/tinyusb)