From fb1989b27a40c791645c6f39c41a16f363f3b572 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 20 Dec 2021 10:33:48 +0000 Subject: [PATCH] docs: Fix arch doc formatting PR #3298 failed to move the named link for the debug console to the `guest-assets.md` meaning the debug console cells in the "User accessible" column in the table in the "Root filesystem image" section do not work as a link. Fixes: #3311. Signed-off-by: James O. D. Hunt --- docs/design/architecture/README.md | 2 -- docs/design/architecture/guest-assets.md | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/architecture/README.md b/docs/design/architecture/README.md index 9b5ccbe548..946b457fa7 100644 --- a/docs/design/architecture/README.md +++ b/docs/design/architecture/README.md @@ -475,5 +475,3 @@ Containers system. ## Terminology See the [project glossary](../../../Glossary.md). - -[debug-console]: ../../Developer-Guide.md#connect-to-debug-console diff --git a/docs/design/architecture/guest-assets.md b/docs/design/architecture/guest-assets.md index 9c4995268a..24d0d8027c 100644 --- a/docs/design/architecture/guest-assets.md +++ b/docs/design/architecture/guest-assets.md @@ -148,3 +148,5 @@ See also: The `default-image-name` and `default-initrd-name` options specify the default distributions for each image type. + +[debug-console]: ../../Developer-Guide.md#connect-to-debug-console