Skip to content

Commit 443ffd8

Browse files
authored
Merge pull request #4102 from dkm/patch-1
Fix link in faq.adoc
2 parents 2bb9c0f + 8b565fc commit 443ffd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/faq.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ _stack_start = ORIGIN(RAM) + LENGTH(RAM);
212212
Please refer to the STM32 documentation for the specific values suitable for your board and setup. The STM32 Cube examples often contain a linker script `.ld` file.
213213
Look for the `MEMORY` section and try to determine the FLASH and RAM sizes and section start.
214214

215-
If you find a case where the memory.x is wrong, please report it on [this Github issue](https://github.com/embassy-rs/stm32-data/issues/301) so other users are not caught by surprise.
215+
If you find a case where the memory.x is wrong, please report it on link:https://github.com/embassy-rs/stm32-data/issues/301[this Github issue] so other users are not caught by surprise.
216216

217217
== The USB examples are not working on my board, is there anything else I need to configure?
218218

0 commit comments

Comments
 (0)