Skip to content

Commit a7cb7df

Browse files
dsnetgopherbot
authored andcommitted
net/http/pprof: adjust URL in package doc
The indentation makes the URL be treated as a code block, thus preventing automatic detection of this URL. Avoid using a code block for this. Change-Id: Ie37ae18ec0969ef2d5a6e3b92b2512dac093dbf6 Reviewed-on: https://go-review.googlesource.com/c/go/+/478015 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 3c6883c commit a7cb7df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/net/http/pprof/pprof.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
// in your browser.
6767
//
6868
// For a study of the facility in action, visit
69-
//
70-
// https://blog.golang.org/2011/06/profiling-go-programs.html
69+
// https://blog.golang.org/2011/06/profiling-go-programs.html.
7170
package pprof
7271

7372
import (

0 commit comments

Comments
 (0)