Skip to content

Commit 5260ce2

Browse files
committed
Update README
1 parent f3bd8dd commit 5260ce2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ but be aware that its documentation refers you to the async-profiler documentati
2424

2525
_fdtransfer is currently not supported, feel free to create an issue if you need it._
2626

27+
I wrote two blog posts about this project:
28+
29+
1. [AP-Loader: A new way to use and embed async-profiler](https://mostlynerdless.de/blog/2022/11/21/ap-loader-a-new-way-to-use-and-embed-async-profiler/)
30+
2. [Using Async-Profiler and Jattach Programmatically with AP-Loader](https://mostlynerdless.de/blog/2023/05/02/using-async-profiler-and-jattach-programmatically-with-ap-loader/)
31+
2732
Download
2833
--------
2934

@@ -48,7 +53,7 @@ Or you can depend on the artifacts from maven central, they should be slightly m
4853
</dependency>
4954
```
5055

51-
Others are of course available, see [maven central](https://search.maven.org/artifact/me.bechberger/ap-loader).
56+
Others are of course available, see [maven central](https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/2.9-5).
5257

5358
You can also use [JBang](https://jbang.dev) to simplify the usage of ap-loader. There are examples in documentation below.
5459

0 commit comments

Comments
 (0)