diff --git a/contributors/devel/node-performance-testing.md b/contributors/devel/node-performance-testing.md index f365ba8a4..4e9e7c1a2 100644 --- a/contributors/devel/node-performance-testing.md +++ b/contributors/devel/node-performance-testing.md @@ -68,8 +68,7 @@ customise the number of pods or other parameters of the test (remember to rerun ## Profiling -Kubelet installs the [go pprof handlers] -(https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles: +Kubelet installs the [go pprof handlers](https://golang.org/pkg/net/http/pprof/), which can be queried for CPU profiles: ```console $ kubectl proxy &