From 2e1a32788600a4804d80101b3883f64fb4bbf6fe Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axil@gitlab.com>
Date: Tue, 31 Aug 2021 15:48:05 +0200
Subject: [PATCH] Add missing docs link in ReadingLevel Vale rule

---
 doc/.vale/gitlab/ReadingLevel.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/.vale/gitlab/ReadingLevel.yml b/doc/.vale/gitlab/ReadingLevel.yml
index 0099e70ec8f13..2e78c3ef36cdd 100644
--- a/doc/.vale/gitlab/ReadingLevel.yml
+++ b/doc/.vale/gitlab/ReadingLevel.yml
@@ -6,6 +6,7 @@
 # For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
 extends: readability
 message: "Grade level (%s) is high. To lower the score, use shorter sentences and words."
+link: https://docs.gitlab.com/ee/development/documentation/testing.html#vale-readability-score
 level: suggestion
 grade: 8
 metrics:
-- 
GitLab