Skip to content

Commit b73f97e

Browse files
1492: fix bad link within doc (#1497)
1 parent 54e0559 commit b73f97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/platform/platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For example, the following code allows a user to provide a customized response w
3939

4040
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-snippet-PlatfromOverview_Callbacks/tree/v6.7)](https://github.com/ARMmbed/mbed-os-snippet-PlatfromOverview_Callbacks/blob/v6.7/main.cpp)
4141

42-
The Callback class manages C/C++ function pointers so you don't have to. If you are asking yourself why you should use the Callback class, you should read the [Importance of State](platform.html#the-importance-of-state) section.
42+
The Callback class manages C/C++ function pointers so you don't have to. If you are asking yourself why you should use the Callback class, you should read the [Importance of State](platform-concepts.html#the-importance-of-state) section.
4343

4444
#### Why should you use Callbacks?
4545

0 commit comments

Comments
 (0)