From 2701b5d15aaf79fe2d42af1b00f45f38f7039664 Mon Sep 17 00:00:00 2001 From: emrekara37 Date: Tue, 10 Mar 2020 19:23:08 +0300 Subject: [PATCH] Update Part-1.md --- docs/en/Tutorials/Part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index a6ceb26c83..c7880c4a75 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -727,7 +727,7 @@ $(function () { * `abp.libs.datatables.createAjax` is a helper function to adapt ABP's dynamic JavaScript API proxies to [Datatable](https://datatables.net/)'s format. * `abp.libs.datatables.normalizeConfiguration` is another helper function. There's no requirement to use it, but it simplifies the [Datatables](https://datatables.net/) configuration by providing conventional values for missing options. -* `acme.bookStore.book.getList` is the function to get list of books (as described in [dynamic JavaScript proxies](#Dynamic JavaScript proxies)). +* `acme.bookStore.book.getList` is the function to get list of books (as described in [dynamic JavaScript proxies](#dynamic-javaScript-proxies)). * See [Datatables documentation](https://datatables.net/manual/) for all configuration options. It's end of this part. The final UI of this work is shown as below: