Skip to content

Commit 02353e0

Browse files
Irit ArkinIrit Arkin
authored andcommitted
Maybe the https in view code was the problem
1 parent 04c638a commit 02353e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,10 @@
646646
"type": "markdown",
647647
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/reference/contributing/target/Watchdog.md"
648648
},
649+
{
650+
"type": "markdown",
651+
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/reference/contributing/target/QuadSPI.md"
652+
},
649653
{
650654
"type": "markdown",
651655
"url": "https://github.com/ARMmbed/Handbook/blob/new_engine/docs/reference/contributing/target/usb.md"

docs/reference/contributing/target/QuadSPI.md

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

2626
To make sure your platform is ready for the upcoming changes, you need to implement the future API and submit it in a separate pull request. You can find the API and specification for the new QuadSPI API in the following header file:
2727

28-
[![View code](https://www.mbed.com/embed/?type=library)](https://os-doc-builder.test.mbed.com/docs/development/feature-hal-spec-qspi-doxy/classmbed_1_1_q_s_p_i.html)
28+
[![View code](https://www.mbed.com/embed/?type=library)](http://os-doc-builder.test.mbed.com/docs/development/feature-hal-spec-qspi-doxy/classmbed_1_1_q_s_p_i.html)
2929

3030
The target needs to define the `qspi_s` structure - target specific QSPI object.
3131

0 commit comments

Comments
 (0)