From 7117aac29212e093d263b59b6ea2753fcf39f1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 15 Jan 2020 23:00:54 +0300 Subject: [PATCH] Fix image link. --- docs/en/Audit-Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Audit-Logging.md b/docs/en/Audit-Logging.md index e029587b02..b623867160 100644 --- a/docs/en/Audit-Logging.md +++ b/docs/en/Audit-Logging.md @@ -201,7 +201,7 @@ public class MyUser : Entity An **audit log object** is created for each **web request** is by default. An audit log object can be represented by the following relation diagram: -![**auditlog-object-diagram**](D:\Github\abp\docs\en\images\auditlog-object-diagram.png) +![**auditlog-object-diagram**](images/auditlog-object-diagram.png) * **AuditLogInfo**: The root object with the following properties: * `ApplicationName`: When you save audit logs of different applications to the same database, this property is used to distinguish the logs of the applications.