We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f26583 commit 284eb27Copy full SHA for 284eb27
src/Elastic.Markdown/CrossLinks/CrossLinkResolver.cs
@@ -168,7 +168,7 @@ private static bool LookupLink(
168
}
169
170
var linksJson = $"https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/{crossLinkUri.Scheme}/main/links.json";
171
- errorEmitter($"'{lookupPath}' is not a valid link in the '{crossLinkUri.Scheme}' cross link index: {linksJson}.");
+ errorEmitter($"'{lookupPath}' is not a valid link in the '{crossLinkUri.Scheme}' cross link index: {linksJson}");
172
return false;
173
174
0 commit comments