Fixing image paths for TF Lite pages

PiperOrigin-RevId: 448011258
diff --git a/tensorflow/lite/g3doc/android/index.md b/tensorflow/lite/g3doc/android/index.md
index 706eb30..20b1d49 100644
--- a/tensorflow/lite/g3doc/android/index.md
+++ b/tensorflow/lite/g3doc/android/index.md
@@ -78,7 +78,7 @@
 or executing additional business logic.
 
 ![Functional execution flow for TensorFlow Lite models in Android
-apps](../images/android/tf_execution_flow_android.png)
+apps](../../images/lite/android/tf_execution_flow_android.png)
 
 **Figure 1.** Functional execution flow for TensorFlow Lite models in Android
 apps.
diff --git a/tensorflow/lite/g3doc/android/quickstart.md b/tensorflow/lite/g3doc/android/quickstart.md
index 2674fd3..de3c5cc 100644
--- a/tensorflow/lite/g3doc/android/quickstart.md
+++ b/tensorflow/lite/g3doc/android/quickstart.md
@@ -351,7 +351,7 @@
 }
 ```
 
-![Object detection screenshot](../images/android/qs-obj-detect.jpeg){: .attempt-right width="250px"}
+![Object detection screenshot](../../images/lite/android/qs-obj-detect.jpeg){: .attempt-right width="250px"}
 For the model used in this example, each prediction includes a bounding box
 location for the object, a label for the object, and a prediction score between
 0 and 1 as a Float representing the confidence of the prediction, with 1 being