From 65395ce6c58d0f8f3cf8ed0b359ad667827f2002 Mon Sep 17 00:00:00 2001
From: Luminus Alabi <lalabi@gitlab.com>
Date: Mon, 22 Jan 2024 22:03:44 +0000
Subject: [PATCH] Fix broken link for Markdown Guide

---
 doc/development/documentation/styleguide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/development/documentation/styleguide/index.md b/doc/development/documentation/styleguide/index.md
index af6a536b2e28c..0bcfb3148a7e3 100644
--- a/doc/development/documentation/styleguide/index.md
+++ b/doc/development/documentation/styleguide/index.md
@@ -112,7 +112,7 @@ features is limited by our linters, so, use regular Markdown and follow the rule
 linked style guide. You can't use Kramdown-specific markup (for example, `{:.class}`).
 
 For a complete Kramdown reference, see the
-[GitLab Markdown Guide](https://about.gitlab.com/handbook/markdown-guide/).
+[GitLab Markdown Guide](https://handbook.gitlab.com/handbook/markdown-guide/).
 
 The Markdown format is [tested](../testing.md) by using markdownlint and Vale.
 
-- 
GitLab