From 6a260a854666332a50b7741a65940eef4383a8bf Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:28:24 +0100 Subject: [PATCH] absolute link addition (#15656) * absolute link addition * Update contribute/components/links.md --- contribute/components/links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contribute/components/links.md b/contribute/components/links.md index 7fc916696c..e94157a7e6 100644 --- a/contribute/components/links.md +++ b/contribute/components/links.md @@ -24,6 +24,8 @@ An example of a link to an auto-generated reference page that we pull in during - Keep in mind that this link doesn't resolve until you merge the PR and your docs are published on [docs.docker.com](/). +- It is best practice to avoid the use of absolute links when linking to other docs pages. Otherwise broken links may not be picked up. + ## HTML ```html