From 13a98f1f0568472172506445eacee8803ca4c513 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 2 Jun 2025 12:19:26 -0700 Subject: [PATCH] doc: fix integration tests guide reference --- docs/CODE_QUALITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md index df4ade3b41..69919df472 100644 --- a/docs/CODE_QUALITY.md +++ b/docs/CODE_QUALITY.md @@ -22,7 +22,7 @@ available functionality: configure -C build -D…".) 2. Run the full integration test suite as described in - [test/integration-tests/README.md](/../test/integration-tests/README.md). + [`test/integration-tests/README.md`](https://github.com/systemd/systemd/blob/main/test/integration-tests/README.md). This will build OS images with a number of integration tests and run them using `systemd-nspawn` and `qemu`. Requires root.