From 52a804c02aaf3fffd7e5f93ea8c4e1faacc5858e Mon Sep 17 00:00:00 2001 From: "Minha, Jeong" <60059706+PzaThief@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:07:52 +0900 Subject: [PATCH] fix changed Heap Dump link --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index f8c1bb79..1c9c9a71 100644 --- a/Home.md +++ b/Home.md @@ -200,9 +200,9 @@ If you're looking for services that support Go, here's a list to get you started - Understand the performance of your Go apps using the [pprof package](https://go.dev/blog/profiling-go-programs) - Heap Dumps - - [heapdump13](heapdump13) - - [heapdump14](heapdump14) - - [heapdump15](https://github.com/golang/go/wiki/heapdump15) + - [[heapdump13]] + - [[heapdump14]] + - [[heapdump15-through-heapdump17]] ## Contributing to the Go Project