Browse Source

fix the image path

pull/5771/head
Halil İbrahim Kalkan 6 years ago
parent
commit
6602d165a2
  1. 2
      docs/en/UI/AspNetCore/JavaScript-API/Ajax.md

2
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.

Loading…
Cancel
Save