From f06e37aff4b673611e7b188403f473bb40d975df Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Fri, 31 Oct 2025 15:10:09 +0100 Subject: [PATCH] Change link text for reporting issues `Report an issue` mislead folks into thinking this is for any issues, so should be more specific --- src/Elastic.Markdown/Layout/_TableOfContents.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elastic.Markdown/Layout/_TableOfContents.cshtml b/src/Elastic.Markdown/Layout/_TableOfContents.cshtml index 9e90f7e89..86b49cedc 100644 --- a/src/Elastic.Markdown/Layout/_TableOfContents.cshtml +++ b/src/Elastic.Markdown/Layout/_TableOfContents.cshtml @@ -20,7 +20,7 @@ - Report an issue + Report a docs issue @if (!string.IsNullOrEmpty(Model.GithubEditUrl))