From 75441d8cdfbb15fc1bf9b19519e44854ab9b8d26 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: May 27 2022 14:15:42 +0000 Subject: Fix broken link in `tmt` docs --- diff --git a/modules/ROOT/pages/tmt.adoc b/modules/ROOT/pages/tmt.adoc index 0f770b3..cb129f5 100644 --- a/modules/ROOT/pages/tmt.adoc +++ b/modules/ROOT/pages/tmt.adoc @@ -1,4 +1,3 @@ - = Test Management Tool = == Summary == @@ -292,7 +291,7 @@ Multiple shell commands can be provided under the `script` attribute as well: - bash --version - bash -c 'echo $((1+1+1))' | grep 3 -See the https://tmt.readthedocs.io/en/latest/spec/steps.html#spec-steps-execute-shell[shell] method documentation for details. +See the https://tmt.readthedocs.io/en/latest/spec/plans.html#script[script] method documentation for details. === Multiple Repositories ===