From e9826708f99637c9928e16cd7008bad5f37662ef Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 7 Nov 2022 14:32:22 +0100 Subject: [PATCH] docs: update lavasoftware.org link Seems lavasoftware.org now prefers using the www-version of the link. Let's update to that, to quiet some link-checking. Reviewed-by: Eric Engestrom Part-of: --- docs/ci/LAVA.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ci/LAVA.rst b/docs/ci/LAVA.rst index 31079d657d4..791a3352190 100644 --- a/docs/ci/LAVA.rst +++ b/docs/ci/LAVA.rst @@ -1,13 +1,13 @@ LAVA CI ======= -`LAVA `__ is a system for functional testing -of boards including deploying custom bootloaders and kernels. This is -particularly relevant to testing Mesa because we often need to change -kernels for UAPI changes (and this lets us do full testing of a new -kernel during development), and our workloads can easily take down -boards when mistakes are made (kernel oopses, OOMs that take out -critical system services). +`LAVA `__ is a system for functional +testing of boards including deploying custom bootloaders and kernels. +This is particularly relevant to testing Mesa because we often need +to change kernels for UAPI changes (and this lets us do full testing +of a new kernel during development), and our workloads can easily +take down boards when mistakes are made (kernel oopses, OOMs that +take out critical system services). Mesa-LAVA software architecture -------------------------------