Skip to content

Commit 25f0b13

Browse files
author
R9 Fundamentals
committed
updated
1 parent 6fcec6b commit 25f0b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/data-redaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Logging is a common source of accidental data exposure. Sensitive information su
197197

198198
### Example: Redacting data in logs
199199

200-
When using Microsoft.Extensions.Logging, you can combine redaction with logging as follows:
200+
When using [Microsoft.Extensions.Logging](https://www.nuget.org/packages/Microsoft.Extensions.Logging), you can combine redaction with logging as follows:
201201

202202
```csharp
203203
using Microsoft.Extensions.Telemetry;

0 commit comments

Comments
 (0)