From b04e6888d9c483ea98dd88ec70e399e4f4abf18c Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 3 Apr 2023 23:45:44 +0200 Subject: [PATCH] fix link target for new block-profile section --- 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)