Skip to content

Commit a9eb349

Browse files
committed
Update links in Java tools page
1 parent 78d7225 commit a9eb349

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/java-tools.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ This page documents some Java-based utility programs (PerfTest, Tracer).
2121

2222
## <a id="load-testing" class="anchor" href="#load-testing">PerfTest</a>
2323

24-
RabbitMQ has a throughput testing tool, PerfTest, that is based on the Java client and can be
24+
RabbitMQ has a throughput testing tool, [PerfTest](https://github.com/rabbitmq/rabbitmq-perf-test/), that is based on the Java client and can be
2525
configured to simulate basic and advanced workloads as well.
2626

27-
PerfTest documentation is hosted on GitHub Pages:
27+
PerfTest Documentation:
2828

2929
* For [the latest stable release](https://perftest.rabbitmq.com/)
30-
* For [the latest milestone release](https://rabbitmq.github.io/rabbitmq-perf-test/milestone/htmlsingle/)
3130
* For [the latest development build](https://perftest-dev.rabbitmq.com/)
3231

3332
## <a id="stream-load-testing" class="anchor" href="#stream-load-testing">PerfTest for Streams (RabbitMQ Stream Protocol)</a>
3433

35-
There is a separate version of PerfTest for streams that uses [RabbitMQ Stream Protocol](./stream.html) internally.
34+
There is a separate version of [PerfTest for streams](https://github.com/rabbitmq/rabbitmq-stream-perf-test/) that uses [RabbitMQ Stream Protocol](./stream.html) internally.
3635

37-
Its documentation is hosted on GitHub Pages:
36+
Stream PerfTest Documentation:
3837

39-
* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool)
38+
* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-perf-test/stable/htmlsingle/)
39+
* For [the latest development build](https://rabbitmq.github.io/rabbitmq-stream-perf-test/snapshot/htmlsingle/)
4040

4141

4242
## <a id="tracer" class="anchor" href="#tracer">Tracer</a>

0 commit comments

Comments
 (0)