Skip to content

Commit baa9fa9

Browse files
authored
fixed the 404 link for pprof guide in faq section (#6519)
* fixed the 404 link for pprof guide in faq section Signed-off-by: antedotee <[email protected]> * removed the aliases Signed-off-by: antedotee <[email protected]> --------- Signed-off-by: antedotee <[email protected]>
1 parent 97ff85a commit baa9fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs-dev/faq/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ From May 2023, PipeCD joined CNCF as a [Sandbox project](https://www.cncf.io/pro
6565
### 9. How should I investigate high CPU usage or memory usage in piped, or when OOM occurs?
6666

6767
If you're noticing high CPU usage, memory usage, or facing OOM issues in Piped, you can use the built-in support for `pprof`, a tool for visualization and analysis of profiling data.
68-
`pprof` can help you identify the parts of your application that are consuming the most resources. For more detailed information and examples of how to use `pprof` in Piped, please refer to our [Using Pprof in Piped guide](../managing-piped/using-pprof-in-piped).
68+
`pprof` can help you identify the parts of your application that are consuming the most resources. For more detailed information and examples of how to use `pprof` in Piped, please refer to our [Using Pprof in Piped guide](../user-guide/managing-piped/using-pprof-in-piped).

0 commit comments

Comments
 (0)