Skip to content

Commit 0b8b78b

Browse files
author
Amanda Butler
authored
Fix link in QuadSPI.md
Point link to 5.10 Doxy instead of feature-branch Doxy now that the code is on master.
1 parent 8d0d0ea commit 0b8b78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/QuadSPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ QSPI peripheral
2323

2424
You can implement your own QSPI by pulling in the following API header file:
2525

26-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.10/feature-hal-spec-qspi-doxy/classmbed_1_1_q_s_p_i.html)
26+
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/v5.10/mbed-os-api-doxy/classmbed_1_1_q_s_p_i.html)
2727

2828
The target needs to define the `qspi_s` structure - target specific QSPI object.
2929

0 commit comments

Comments
 (0)