From 6602d165a28704dd1e4ca205e54f23e36bb0978f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 8 Oct 2020 21:20:58 +0300 Subject: [PATCH] fix the image path --- docs/en/UI/AspNetCore/JavaScript-API/Ajax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md b/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md index caf37dc109..dca3105b5c 100644 --- a/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md +++ b/docs/en/UI/AspNetCore/JavaScript-API/Ajax.md @@ -31,7 +31,7 @@ This command logs the list of users to the console, if you've **logged in** to t The example AJAX call above shows an **error message** if you haven't login to the application or you don't have the necessary permissions to perform this request: -![ajax-error](D:\Github\abp\docs\en\images\ajax-error.png) +![ajax-error](../../../images/ajax-error.png) All kinds of errors are automatically handled by `abp.ajax`, unless you want to disable it.