Skip to content

Commit a5bdd85

Browse files
Deep link to guidance
1 parent daddc0c commit a5bdd85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceControl.Audit.Persistence.RavenDB/CustomChecks/CheckDirtyMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public override async Task<CheckResult> PerformCheck(CancellationToken cancellat
1616
{
1717
var message = $"There is a high level of RavenDB dirty memory ({dirtyMemoryKb}kb). Check the ServiceControl " +
1818
"troubleshooting guide for guidance on how to mitigate the issue. " +
19-
"Visit the https://docs.particular.net/servicecontrol/troubleshooting page for more information.";
19+
"Visit the https://docs.particular.net/servicecontrol/troubleshooting#ravendb-dirty-memory page for more information.";
2020
Log.Warn(message);
2121
return CheckResult.Failed(message);
2222
}

src/ServiceControl.Persistence.RavenDB/CustomChecks/CheckDirtyMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public override async Task<CheckResult> PerformCheck(CancellationToken cancellat
1616
{
1717
var message = $"There is a high level of RavenDB dirty memory ({dirtyMemoryKb}kb). Check the ServiceControl " +
1818
"troubleshooting guide for guidance on how to mitigate the issue. " +
19-
"Visit the https://docs.particular.net/servicecontrol/troubleshooting page for more information.";
19+
"Visit the https://docs.particular.net/servicecontrol/troubleshooting#ravendb-dirty-memory page for more information.";
2020
Log.Warn(message);
2121
return CheckResult.Failed(message);
2222
}

0 commit comments

Comments
 (0)