diff --git a/docs-aspnet/html-helpers/data-management/grid/faq.md b/docs-aspnet/html-helpers/data-management/grid/faq.md
index 343a08cc7e5..c04ad8b4c4a 100644
--- a/docs-aspnet/html-helpers/data-management/grid/faq.md
+++ b/docs-aspnet/html-helpers/data-management/grid/faq.md
@@ -463,7 +463,7 @@ The following example demonstrates how to send additional data in an Ajax-bound
## How can I reload data in Ajax-bound Grids?
-Use the [`read`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#read) method of the DataSource.
+Use the [`read`](https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/data/datasource/methods/read) method of the DataSource.
The following example demonstrates how to reload an Ajax-bound Grid.