From 91c6352c808d8e696fffbfa0d9db0381781537b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Po=C5=82awski?= Date: Tue, 16 Apr 2024 13:56:46 +0200 Subject: [PATCH] tests: Update stage tests readme Readme was pointing to the dead ling with manifest v2 documentation. I have redirected it to the documentation presented in repo. --- test/data/stages/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/data/stages/README.md b/test/data/stages/README.md index 571c5376..25653b1b 100644 --- a/test/data/stages/README.md +++ b/test/data/stages/README.md @@ -45,8 +45,7 @@ new test-bed for your new stage do the following: `(a|b).mpp.yaml` files can be based on OSBuild manifest v1 and v2. v2 is preferred and is the version used in this guide. You can read about [Manifest Version -2](https://www.osbuild.org/guides/developer-guide/osbuild.html?highlight=manifest#version-2) -in the OSBuild Guide. +2](https://github.com/osbuild/osbuild/blob/main/docs/osbuild-manifest.5.rst). Example of minimal `a.mpp.yaml`: