From 634c97c2174c7d1c14cc0304cb8fa4774c5fddcc Mon Sep 17 00:00:00 2001
From: Katrin Leinweber <724395-katrinleinweber@users.noreply.gitlab.com>
Date: Thu, 24 Sep 2020 13:59:27 +0000
Subject: [PATCH] Correct a link

---
 doc/administration/troubleshooting/log_parsing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/administration/troubleshooting/log_parsing.md b/doc/administration/troubleshooting/log_parsing.md
index 7914628a75674..3c16e5a3ae084 100644
--- a/doc/administration/troubleshooting/log_parsing.md
+++ b/doc/administration/troubleshooting/log_parsing.md
@@ -2,7 +2,7 @@
 
 We recommend using log aggregation and search tools like Kibana and Splunk whenever possible,
 but if they are not available you can still quickly parse
-[GitLab logs](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26311) in JSON format
+[GitLab logs](../logs.md) in JSON format
 (the default in GitLab 12.0 and later) using [`jq`](https://stedolan.github.io/jq/).
 
 ## What is JQ?
-- 
GitLab