diff --git a/docs/controls/reorderablelistview.md b/docs/controls/reorderablelistview.md
index 8c2fb297..4ecff778 100644
--- a/docs/controls/reorderablelistview.md
+++ b/docs/controls/reorderablelistview.md
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
## Examples
-[Live example](https://flet-controls-gallery.fly.dev/input/autofillgroup)
+[Live example](https://flet-controls-gallery.fly.dev/layout/reorderablelistview)
### Basic example
@@ -72,7 +72,7 @@ ft.app(main)
-
+
## Properties
diff --git a/docs/cookbook/file-picker-and-uploads.md b/docs/cookbook/file-picker-and-uploads.md
index 4f1c4bd4..5edca9ba 100644
--- a/docs/cookbook/file-picker-and-uploads.md
+++ b/docs/cookbook/file-picker-and-uploads.md
@@ -32,7 +32,7 @@ sudo apt-get install zenity
## Using file picker in your app
-It is recommended to add file picker to [`page.overlay.controls`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.
+It is recommended to add file picker to [`page.overlay`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.
```python
import flet as ft
diff --git a/static/img/docs/controls/reorderablelistview/reorderablelistview-example.gif b/static/img/docs/controls/reorderablelistview/reorderablelistview-example.gif
new file mode 100644
index 00000000..c6e024ae
Binary files /dev/null and b/static/img/docs/controls/reorderablelistview/reorderablelistview-example.gif differ