aboutsummaryrefslogtreecommitdiffstats
path: root/docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
diff options
context:
space:
mode:
authorThomas Walzer <thomas.walzer@reutlingen-university.de>2021-01-13 13:00:47 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-02 18:55:28 +0000
commita4a20cb3078bfa15069adef053d42f966c53d55b (patch)
tree3c3b1ce7d179fb755a4c85127f5efe2f7924b7f7 /docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
parent5089674bc856379c6007db132b354866d71d5fb1 (diff)
Changed the folder names of pictures to images and changed the paths in the md files.
Signed-off-by: Thomas Walzer <thomas.walzer@reutlingen-university.de> Change-Id: Idd44284f082c427ee5f6245465009c9a89539922 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25901 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md')
-rw-r--r--docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md b/docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
index 7aae18f..efc31ee 100644
--- a/docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
+++ b/docs/3_Developer_Guides/1_Application_Framework/0_Introduction.md
@@ -61,7 +61,7 @@ The 3 layers are providing components for:
The figure below shows the history of these layers.
-![Security_model_history](./pictures/Security_model_history.svg)
+![Security_model_history](./images/Security_model_history.svg)
We took the decision to use these security layers that provide the
basis of the Tizen security, the security framework.
@@ -96,7 +96,7 @@ The figure below shows the major components of the framework
and their interactions going through the following scenario:
- APPLICATION installs an other application and then launch it.
- ![AppFW-APP_install_sequences](./pictures/AppFW-APP_install_sequences.svg)
+ ![AppFW-APP_install_sequences](./images/AppFW-APP_install_sequences.svg)
Let follow the sequence of calls:
@@ -257,5 +257,5 @@ future to include for example incremental delivery.
[app-manifest]: http://www.w3.org/TR/appmanifest "Web App Manifest"
[tizen-security]: https://wiki.tizen.org/wiki/Security "Tizen security home page"
[tizen-secu-3]: https://wiki.tizen.org/wiki/Security/Tizen_3.X_Overview "Tizen 3 security overview"
-[AppFW-APP_install_sequences]: pictures/AppFW-APP_install_sequences.svg
-[Security_model_history]: pictures/Security_model_history.svg \ No newline at end of file
+[AppFW-APP_install_sequences]: images/AppFW-APP_install_sequences.svg
+[Security_model_history]: images/Security_model_history.svg \ No newline at end of file