From 18fd7f410e681d4b43c9afb403a4bdf23af29f99 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 4 Apr 2023 00:53:42 +0200 Subject: [PATCH] fix link target for new block-profile section (#21) --- block.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.md b/block.md index 8035201..07a0172 100644 --- a/block.md +++ b/block.md @@ -1,6 +1,6 @@ ⬅ [Index of all go-profiler-notes](./README.md) -⚠ This page is deprecated in favor of the block profiler section in the [The Busy Developer's Guide to Go Profiling, Tracing and Observability](./guide/README.md#block). +⚠ This page is deprecated in favor of the block profiler section in the [The Busy Developer's Guide to Go Profiling, Tracing and Observability](./guide/README.md#block-profiler). [Description](#description) - [Usage](#usage) - [Overhead](#overhead) - [Accuracy](#accuracy) - [Relationship with Mutex Profiling](#relationship-with-mutex-profiling) - [Profiler Labels](#profiler-labels) - [History](#history)