From 1b0d330534e35fcde108b1fe17f470c412eab152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=BClsmann?= Date: Sun, 26 Jan 2020 21:00:21 +0100 Subject: [PATCH] fix: fix link to Memoro Fix swapped Markdown Link. --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 48debce..639b499 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -323,7 +323,7 @@ MSVC's [Control Flow Guard](https://msdn.microsoft.com/en-us/library/windows/des ### Heap Profiling - * [https://epfl-vlsc.github.io/memoro/](Memoro) - A detailed heap profiler + * [Memoro](https://epfl-vlsc.github.io/memoro/) - A detailed heap profiler ## Ignoring Warnings