From ef6e2813ecb0ccc886a7a266cc0a3df8f13daaf5 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Tue, 27 Jun 2023 11:59:25 -0400 Subject: [PATCH] Change to use dev mode (#121) * reconvert cloud-hosted * Change to use dev mode * Update README.adoc --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ae392255..ce77c1a9 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -// Copyright (c) 2020, 2022 IBM Corporation and others. +// Copyright (c) 2020, 2023 IBM Corporation and others. // Licensed under Creative Commons Attribution-NoDerivatives // 4.0 International (CC BY-ND 4.0) // https://creativecommons.org/licenses/by-nd/4.0/ @@ -135,7 +135,7 @@ If you don't have the latest Docker image, pull it by running the following comm docker pull icr.io/appcafe/open-liberty:full-java11-openj9-ubi ``` -With Open Liberty development mode, known as dev mode, you can use MicroShed Testing to run tests on an already running Open Liberty server. Navigate to the `start/system` directory. +With Open Liberty https://openliberty.io/docs/latest/development-mode.html[dev mode^], you can use MicroShed Testing to run tests on an already running Open Liberty server. Navigate to the `start/system` directory. // cloud hosted instruction ifdef::cloud-hosted[]