Update intermittent_memory_spike.md
authorMario Hewardt <marioh@microsoft.com>
Thu, 9 May 2019 18:46:13 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 18:46:13 +0000 (11:46 -0700)
documentation/tutorial/intermittent_memory_spike.md

index 392048c7ebc7486155b6a76614d0947014361981..87a2a7c6bd0221775dae6ff4d7943d21db11b3a8 100644 (file)
@@ -169,7 +169,7 @@ After 10-15 seconds, you will notice that triggerdump outputs the following foll
 That's it for creating your own diagnostics tool to support custom scenarios. 
 
 ### Analyzing the core dump
-Since the core dump that our tool generates is a standard core dump, we can use the same techniques illustrated in this tutorial to analyze why we're seeing intermitten high memory conditions. 
+Since the core dump that our tool generates is a standard core dump, we can use the same techniques illustrated in [Scenario - App is leaking memory](app_is_leaking_memory_eventual_crash.md) to analyze why we're seeing intermitten high memory conditions.