Remove V8 plugin
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / accessibility.md
@@ -32,7 +32,7 @@ The AccessibilityManager lives within DALi Toolkit. Please see accessibility-man
 
 <!-- Float image to the right of the text -->
 <div style="float: right">
-    ![ ](../assets/img/accessibility/accessibility-focus.png) ![ ](./accessibility-focus.png)
+    ![ ](./accessibility-focus.png)
 </div>
 
 Visibly, when enabled, accessibility will typically show an actor (or actors) as focused. This is represented by default with yellow rectangular frame around the actor. See this section for [modifying the appearance of the accessibility focus](#accessibilityfocusappearance).
@@ -61,7 +61,7 @@ Note: The gestures that perform these actions are platform specific. These are t
 - Doing a left or right swipe-return (where a direction is swiped forwards and backwards quickly) will move to the previous or next page - DALi cannot know what a page is within your application so these gestures can only work if implemented manually.
   
 
-![ ](../assets/img/accessibility/accessibility-focus-order.png) ![ ](./accessibility-focus-order.png)
+![ ](./accessibility-focus-order.png)
 
 ### Activation {#accessibilityactivation}
 
@@ -153,7 +153,7 @@ Controlling the activation behaviour within a custom control is covered in the [
 
 <!-- Float image to the right of the text -->
 <div style="float: right">
-    ![ ](../assets/img/accessibility/accessibility-focus-group.png) ![ ](./accessibility-focus-group.png)
+    ![ ](./accessibility-focus-group.png)
 </div>
 
 Group mode allows the limiting of focusable actors.
@@ -269,5 +269,4 @@ The main categories of signals are:
 Please see accessibility-manager.h within DALi Toolkit for the full API.
 
 
-@class _Guide_Accessibility
 */