From 8d90a9399fea2010f01e1fdb50eeaa430c3a61e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 20 May 2024 11:59:40 +0200 Subject: [PATCH] Update README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 08969cc..3aba0d1 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ image:https://img.shields.io/badge/3.2.x-status-blue["Status", link="https://git = Spring Lifecycle Smoke Tests -A suite of tests for applications using checkpoint/restore as implemented by https://github.com/CRaC/docs[Project CRaC] and as documented in https://docs.spring.io/spring-framework/reference/6.1/integration/checkpoint-restore.html[Spring Framework reference documentation]. +A suite of tests and documentation for Spring Boot applications using either https://docs.spring.io/spring-framework/reference/integration/cds.html[CDS] or https://docs.spring.io/spring-framework/reference/6.1/integration/checkpoint-restore.html[JVM Checkpoint Restore] as implemented by https://github.com/CRaC/docs[Project CRaC]. There are two types of tests: unit tests and application tests. Unit tests can be run using the `test` task.