From cd1f435c152615716e881ad270d19ff06729d371 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Wed, 27 Mar 2024 14:50:50 +0100 Subject: [PATCH] Update README.md with proper reference to plans guide (#142) Signed-off-by: Petr "Stone" Hracek --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89592e..b22e3c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Testing Farm as GitHub Action is a GitHub Action for executing tests on the [Testing Farm Service](https://docs.testing-farm.io). -The tests to run are to be described with a [`tmt` plan](https://tmt.readthedocs.io/en/latest/spec.html) by the user of this GitHub Action. +The tests to run are to be described with a [`tmt` plan](https://tmt.readthedocs.io/en/stable/guide.html#plans) by the user of this GitHub Action. Pull Request status is automatically updated after the tests are executed, if this option is enabled with the `update_pull_request_status` user-defined input variable.