From f6416c1e6bc3ef3bfe952de33722c0f967ed65a4 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 11 Dec 2020 20:08:30 +0900 Subject: [PATCH] Fix broken QEMU link (#888) --- .../posts/deprecated/05-integration-tests/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/deprecated/05-integration-tests/index.md b/blog/content/second-edition/posts/deprecated/05-integration-tests/index.md index 4c55c617..33d0b33b 100644 --- a/blog/content/second-edition/posts/deprecated/05-integration-tests/index.md +++ b/blog/content/second-edition/posts/deprecated/05-integration-tests/index.md @@ -179,7 +179,7 @@ bootimage run -- -serial mon:stdio Instead of standard output, QEMU supports [many more target devices][QEMU -serial]. For redirecting the output to a file, the argument is: -[QEMU -serial]: https://qemu.weilnetz.de/doc/latest/system/invocation.html#hxtool-9 +[QEMU -serial]: https://qemu.weilnetz.de/doc/5.2/system/invocation.html#hxtool-9 ``` -serial file:output-file.txt