From 1a002bf65c81ae3da972154660d6c7ff528c3e70 Mon Sep 17 00:00:00 2001 From: Peter Vlugter <59895+pvlugter@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:47:37 +1300 Subject: [PATCH] docs: fix junit 5 link --- docs/src/modules/java-protobuf/pages/project-template.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/java-protobuf/pages/project-template.adoc b/docs/src/modules/java-protobuf/pages/project-template.adoc index 85c3ad8f43..490c46be4b 100644 --- a/docs/src/modules/java-protobuf/pages/project-template.adoc +++ b/docs/src/modules/java-protobuf/pages/project-template.adoc @@ -166,7 +166,7 @@ For more details see xref:java-protobuf:value-entity.adoc[]. === Unit [.source-java]#and integration# tests -The Kalix plugin creates a unit test stub for the Entity. Use this stub as a starting point to test the logic in your implementation. [.group-java]#The Kalix Java/Protobuf SDK test kit supports both link:https://junit.org/junit4/[JUnit 4] and link:https://junit.org/junit5/[JUnit 5].# +The Kalix plugin creates a unit test stub for the Entity. Use this stub as a starting point to test the logic in your implementation. [.group-java]#The Kalix Java/Protobuf SDK test kit supports both link:https://junit.org/junit4/[JUnit 4] and link:https://junit.org/[JUnit 5].# [.tabset] Java::