Skip to content

Commit 1c63095

Browse files
author
Amanda Butler
authored
Fix links in entropy.md
Fix broken links.
1 parent f3a35ba commit 1c63095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/contributing/target/entropy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Both of the above options are secure if done properly, and depending on the plat
136136

137137
This option is very dangerous because compiling with it results in a build that is not secure! You have to let Mbed TLS know that you are using it deliberately and you are aware of the consequences. That is why you have to turn off any entropy sources explicitly first.
138138

139-
Because it is a very dangerous option and no one should use it in production, we recommend you limit its scope as much as possible; you should apply these settings to the application specific configuration file, instead of the target related configuration as we did it above. You can read more about how to add a macro for your application [here](/docs/v5.6/reference/configuring-arm-mbed-os.html#the-arm-mbed-configuration-system).
139+
Because it is a very dangerous option and no one should use it in production, we recommend you limit its scope as much as possible; you should apply these settings to the application specific configuration file, instead of the target related configuration as we did it above. You can read more about how to add a macro for your application [here](/docs/v5.6/tools/adding-and-configuring-targets.html).
140140

141141
To turn the unsafe testing mode on:
142142

0 commit comments

Comments
 (0)