From e8b97c3cae1b230ebde1bfd4bec9277dd664dae6 Mon Sep 17 00:00:00 2001
From: Lorena Ciutacu <lciutacu@gitlab.com>
Date: Mon, 20 Feb 2023 12:51:24 +0000
Subject: [PATCH] Link to the Badges page from the API doc

---
 doc/api/group_badges.md   | 2 +-
 doc/api/project_badges.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/api/group_badges.md b/doc/api/group_badges.md
index ede7591c6d117..0d5faae7c1429 100644
--- a/doc/api/group_badges.md
+++ b/doc/api/group_badges.md
@@ -10,7 +10,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 
 ## Placeholder tokens
 
-Badges support placeholders that are replaced in real time in both the link and image URL. The allowed placeholders are:
+[Badges](../user/project/badges.md) support placeholders that are replaced in real time in both the link and image URL. The allowed placeholders are:
 
 <!-- vale gitlab.Spelling = NO -->
 
diff --git a/doc/api/project_badges.md b/doc/api/project_badges.md
index 3dad40a3f9685..a8940a7875c36 100644
--- a/doc/api/project_badges.md
+++ b/doc/api/project_badges.md
@@ -8,7 +8,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
 
 ## Placeholder tokens
 
-Badges support placeholders that are replaced in real-time in both the link and image URL. The allowed placeholders are:
+[Badges](../user/project/badges.md) support placeholders that are replaced in real-time in both the link and image URL. The allowed placeholders are:
 
 <!-- vale gitlab.Spelling = NO -->
 
-- 
GitLab