aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2017-04-21 14:17:50 -0400
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2017-04-21 14:17:50 -0400
commit320cf978689fef82b16d1149eb6effe801104023 (patch)
tree30267dac42f23be871a8e0950cef60091234e25b
parente9f6a1b4ce68721e31157a8123d08a92aa4a3326 (diff)
downloadcoredns-320cf978689fef82b16d1149eb6effe801104023.tar.gz
coredns-320cf978689fef82b16d1149eb6effe801104023.tar.zst
coredns-320cf978689fef82b16d1149eb6effe801104023.zip
Fix go pprof lib link (#638)
-rw-r--r--middleware/pprof/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/pprof/README.md b/middleware/pprof/README.md
index 7ff8048eb..86bdc750b 100644
--- a/middleware/pprof/README.md
+++ b/middleware/pprof/README.md
@@ -8,7 +8,7 @@ on your site for an index of the available endpoints. By default it will listen
> you use pprof on a live site, consider restricting access or enabling it only temporarily.
For more information, please see [Go's pprof
-documentation](https://golang.org/pkg/net/http/pprof/s://golang.org/pkg/net/http/pprof/) and read
+documentation](https://golang.org/pkg/net/http/pprof/) and read
[Profiling Go Programs](https://blog.golang.org/profiling-go-programs).
There is not configuration.