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 383e6e6 commit 8b9f322Copy full SHA for 8b9f322
tests/Elastic.Markdown.Tests/Inline/InlineLinkTests.cs
@@ -132,7 +132,7 @@ public void GeneratesHtml() =>
132
Html.Should().Contain(
133
// TODO: The link is not rendered correctly yet, will be fixed in a follow-up
134
135
- """<p><a href="kibana://index.md">test</a></p>"""
+ """<p><a href="https://docs-v3-preview.elastic.dev/elastic/kibana/tree/main/">test</a></p>"""
136
);
137
138
[Fact]
0 commit comments