Skip to content

Commit 0a34564

Browse files
committed
Update links
1 parent be4e7ce commit 0a34564

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

memoryref/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@ A heap dump can be obtained from following command to look at the object referen
4040
jmap -dump:file=target/heap.hprof $(pgrep -f memoryref)
4141
```
4242

43-
Use [Eclipse Memory Analyzer Tool (MAT)][mat] to analyze the heap dump.
43+
Use [Eclipse Memory Analyzer Tool (MAT)](https://www.eclipse.org/mat/) to analyze the heap dump.
4444

4545
For more information, read following story based on this sample application.
4646

47-
[Basic concepts of Java heap dump analysis with Eclipse Memory Analyzer Tool (MAT)][medium]
48-
49-
[mat]:(https://www.eclipse.org/mat/)
50-
[medium]:(https://medium.com/@chrishantha/basic-concepts-of-java-heap-dump-analysis-with-mat-e3615fd79eb)
47+
[Basic concepts of Java heap dump analysis with Eclipse Memory Analyzer Tool (MAT)](https://medium.com/@chrishantha/basic-concepts-of-java-heap-dump-analysis-with-mat-e3615fd79eb)
5148

5249
Note: Images were created using [draw.io](https://www.draw.io/).

0 commit comments

Comments
 (0)