Skip to content

Commit a1b2221

Browse files
committed
#30588 Obsolete doc link removed.
1 parent 126a85c commit a1b2221

File tree

1 file changed

+1
-6
lines changed
  • Diagnostics/PostSharp.Samples.Logging.Audit

1 file changed

+1
-6
lines changed

Diagnostics/PostSharp.Samples.Logging.Audit/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ Whenever an audited method is executed, the `AuditServices.RecordPublished` even
99
to this event and write all relevant pieces of information to the audit database table. The event arguments gives information about
1010
the business object being accessed, the name of method being invoked, and a detailed description of the event similar to a logging log record.
1111

12-
In this sample, the `DbAuditRecord` class simulates a database entity. In a real-world example, you would write the audit record into a database table.
13-
14-
## Documentation
15-
16-
[Adding Audit to Your Solution](https://doc.postsharp.net/audit).
17-
12+
In this sample, the `DbAuditRecord` class simulates a database entity. In a real-world example, you would write the audit record into a database table.

0 commit comments

Comments
 (0)