From c7b85e9ddc1e23f84ccb3c5de8fdb55e80a9dd69 Mon Sep 17 00:00:00 2001 From: jiahua wang Date: Thu, 24 Jul 2025 23:54:12 +0800 Subject: all: update blog link Change-Id: I8631fbc552b85f35b494a8d5a2c0baf68ee66982 Reviewed-on: https://go-review.googlesource.com/c/go/+/690215 Reviewed-by: qiu laidongfeng <2645477756@qq.com> LUCI-TryBot-Result: Go LUCI Reviewed-by: Damien Neil Reviewed-by: Mark Freeman --- src/net/http/httptrace/trace.go | 2 +- src/net/http/pprof/pprof.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/http') diff --git a/src/net/http/httptrace/trace.go b/src/net/http/httptrace/trace.go index 706a432957..cee13d2da8 100644 --- a/src/net/http/httptrace/trace.go +++ b/src/net/http/httptrace/trace.go @@ -76,7 +76,7 @@ func WithClientTrace(ctx context.Context, trace *ClientTrace) context.Context { // during a single round trip and has no hooks that span a series // of redirected requests. // -// See https://blog.golang.org/http-tracing for more. +// See https://go.dev/blog/http-tracing for more. type ClientTrace struct { // GetConn is called before a connection is created or // retrieved from an idle pool. The hostPort is the diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 6ba6b2c8e0..635d3ad9d9 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -67,7 +67,7 @@ // in your browser. // // For a study of the facility in action, visit -// https://blog.golang.org/2011/06/profiling-go-programs.html. +// https://go.dev/blog/pprof. package pprof import ( -- cgit v1.3-6-g1900