From b8d33ae993e73e1a17e475d0f5ef1f7adaac64ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 6 Apr 2021 17:32:35 +0300 Subject: [PATCH] remove old & duplicate document: Dynamic-JavaScript-Client-Proxies.md --- docs/en/UI/AspNetCore/JavaScript-API/Ajax.md | 2 +- .../JavaScript-API/Dynamic-JavaScript-Client-Proxies.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md diff --git a/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md b/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md index dca3105b5c..c100199d27 100644 --- a/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md +++ b/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md @@ -8,7 +8,7 @@ * Can **block** a UI part (or the full page) during the AJAX operation. * Allows to fully customize any AJAX call, by using the standard `$.ajax` **options**. -> While `abp.ajax` makes the AJAX call pretty easier, you typically will use the [Dynamic JavaScript Client Proxy](Dynamic-JavaScript-Client-Proxies.md) system to perform calls to your server side HTTP APIs. `abp.ajax` can be used when you need to perform low level AJAX operations. +> While `abp.ajax` makes the AJAX call pretty easier, you typically will use the [Dynamic JavaScript Client Proxy](../Dynamic-JavaScript-Proxies.md) system to perform calls to your server side HTTP APIs. `abp.ajax` can be used when you need to perform low level AJAX operations. ## Basic Usage diff --git a/docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md b/docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md deleted file mode 100644 index 5270852b60..0000000000 --- a/docs/en/UI/AspNetCore/JavaScript-API/Dynamic-JavaScript-Client-Proxies.md +++ /dev/null @@ -1,3 +0,0 @@ -# ASP.NET Core MVC / Razor Pages UI: Dynamic JavaScript Client Proxies - -TODO \ No newline at end of file