diff options
-rw-r--r-- | middleware/pprof/README.md | 2 |
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. |