From 4227ada47798014f5c46f80078937b6606a8480e Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 17 Apr 2014 13:03:19 +0700 Subject: [PATCH] fix broken link --- doxygen/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/getting_started.md b/doxygen/getting_started.md index 16895e938..d58634845 100644 --- a/doxygen/getting_started.md +++ b/doxygen/getting_started.md @@ -26,7 +26,7 @@ tests | Unit tests for the stack tinyusb | All sources files for tinyusb stack itself. vendor | Source files from 3rd party such as freeRTOS, fatfs etc ... -*demos* is the folder where all the application & project files are located. There are demos for both device and hosts. For each, there are different projects for each of supported RTOS. Click to have more information on how to [build](demos/readme.md) and run [device](../demos/device/readme.md) or [host](../demos/host/readme.md) demo. +*demos* is the folder where all the application & project files are located. There are demos for both device and hosts. For each, there are different projects for each of supported RTOS. Click to have more information on how to [build](../demos/readme.md) and run [device](../demos/device/readme.md) or [host](../demos/host/readme.md) demo. ## Add tinyusb to your project