From 49eb42928aa6bfc049905941d2767563e686ca6a Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 28 Jul 2021 12:44:40 +0800 Subject: [PATCH] docs: fix broken link in usb example readme --- examples/peripherals/usb/tusb_sample_descriptor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peripherals/usb/tusb_sample_descriptor/README.md b/examples/peripherals/usb/tusb_sample_descriptor/README.md index 35dce6b572..fa583d9252 100644 --- a/examples/peripherals/usb/tusb_sample_descriptor/README.md +++ b/examples/peripherals/usb/tusb_sample_descriptor/README.md @@ -25,7 +25,7 @@ There are two ways to set up a descriptor - using Menuconfig tool and in-code #### In-code setting up -For the manual descriptor configuration use the default example's settings and modify `my_descriptor` in [source code](tusb_sample_descriptor_main.c) according to your needs +For the manual descriptor configuration use the default example's settings and modify `my_descriptor` in [source code](main/tusb_sample_descriptor_main.c) according to your needs #### Menuconfig