We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3f784 commit 90c1eceCopy full SHA for 90c1ece
web/landing_page.html
@@ -36,7 +36,7 @@ <h1>{{.Name}}</h1>
36
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/heap">heap usage (memory)</a>
37
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/profile?seconds=60">CPU usage (60 second profile)</a>
38
</ul>
39
- To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank">pprof.me</a>
+ To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank" rel="noopener noreferrer">pprof.me</a>
40
</div>
41
</main>
42
</body>
0 commit comments