From 613a7f1e16601c6efb7863d4460551b30dd8b786 Mon Sep 17 00:00:00 2001 From: Martin Koerner Date: Mon, 28 Oct 2024 17:37:59 +0100 Subject: [PATCH] Update preparation-process.md --- docs/reference/context/preparation-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/context/preparation-process.md b/docs/reference/context/preparation-process.md index 0e0a166..5ea9cc8 100644 --- a/docs/reference/context/preparation-process.md +++ b/docs/reference/context/preparation-process.md @@ -12,7 +12,7 @@ Holds the information about a [Preparation Process](../connection/ssh.md#prepara Each preparation process has its own unique ID (like [`pull-image`](../environment/docker.md#preparationProcess-pull-image) of the [docker environment](../environment/docker.md)). -Please refer the documentation of the supported [environments](../environment/index.md) for their preparation process kinds. +For information about process types, see the documentation for the supported [environments](../environment/index.md). <> @@ -39,4 +39,4 @@ In case of error events, this holds the full error information. Each preparation process can provide other information, like [`image` in case of a docker `pull-image` process](../environment/docker.md#preparationProcess-pull-image-property-image). -Please refer the documentation of the supported [environments](../environment/index.md) for their process kinds. +For information about process types, see the documentation for the supported [environments](../environment/index.md).