From 2f5ea5f4982d6276881c9a3342ed8847ebc7d326 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 5 Aug 2023 12:09:37 +0200 Subject: Moved assets to posts --- content/posts/2017-03-07-golang-profiling-simplified.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/2017-03-07-golang-profiling-simplified.md') diff --git a/content/posts/2017-03-07-golang-profiling-simplified.md b/content/posts/2017-03-07-golang-profiling-simplified.md index ee3a210..f0821c5 100644 --- a/content/posts/2017-03-07-golang-profiling-simplified.md +++ b/content/posts/2017-03-07-golang-profiling-simplified.md @@ -121,6 +121,6 @@ go tool pprof -pdf ./cpu cpu.pprof > cpu.pdf This will generate PDF document with visualized profile. -- [Memory PDF profile example](/assets/go-profiling/golang-profiling-mem.pdf) -- [CPU PDF profile example](/assets/go-profiling/golang-profiling-cpu.pdf) +- [Memory PDF profile example](/posts/go-profiling/golang-profiling-mem.pdf) +- [CPU PDF profile example](/posts/go-profiling/golang-profiling-cpu.pdf) -- cgit v1.2.3