From 5ebc82dd040114569a090bfa719c60b27d2fa78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=A4=9C?= <70data@gmail.com> Date: Wed, 11 Dec 2024 23:49:34 +0800 Subject: [PATCH] Fix JfrVisualization URL (#1079) --- docs/OutputFormats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OutputFormats.md b/docs/OutputFormats.md index ea4c96fff..4d1879dce 100644 --- a/docs/OutputFormats.md +++ b/docs/OutputFormats.md @@ -47,4 +47,4 @@ async-profiler currently supports the below output formats: - `jfr` - Java Flight Recording(JFR) is a widely known tool for profiling Java applications. The `jfr` format collects data about the JVM as well as the Java application running on it. async-profiler can generate output in `jfr` format compatible with tools capable of viewing and analyzing `jfr` files. Java Mission Control(JMC) and Intellij IDEA are - some of many options to visualize `jfr` files. More details [here](https://github.com/async-profiler/async-profiler/blob/master/JfrVisualization.md). + some of many options to visualize `jfr` files. More details [here](https://github.com/async-profiler/async-profiler/blob/master/docs/JfrVisualization.md).