@@ -41,7 +41,7 @@ public class InlineLinkTests(ITestOutputHelper output) : LinkTestBase(output,
4141 public void GeneratesHtml ( ) =>
4242 // language=html
4343 Html . Should ( ) . Contain (
44- """<p><a href="/_static/img/observability.png">Elasticsearch</a></p>"""
44+ """<p><a href="/docs/ _static/img/observability.png">Elasticsearch</a></p>"""
4545 ) ;
4646
4747 [ Fact ]
@@ -58,7 +58,7 @@ public class LinkToPageTests(ITestOutputHelper output) : LinkTestBase(output,
5858 public void GeneratesHtml ( ) =>
5959 // language=html
6060 Html . Should ( ) . Contain (
61- """<p><a href="/testing/req.html">Requirements</a></p>"""
61+ """<p><a href="/docs/ testing/req.html">Requirements</a></p>"""
6262 ) ;
6363
6464 [ Fact ]
@@ -81,7 +81,7 @@ public class InsertPageTitleTests(ITestOutputHelper output) : LinkTestBase(outpu
8181 public void GeneratesHtml ( ) =>
8282 // language=html
8383 Html . Should ( ) . Contain (
84- """<p><a href="/testing/req.html">Special Requirements</a></p>"""
84+ """<p><a href="/docs/ testing/req.html">Special Requirements</a></p>"""
8585 ) ;
8686
8787 [ Fact ]
@@ -106,7 +106,7 @@ public class LinkReferenceTest(ITestOutputHelper output) : LinkTestBase(output,
106106 public void GeneratesHtml ( ) =>
107107 // language=html
108108 Html . Should ( ) . Contain (
109- """<p><a href="/testing/req.html">test</a></p>"""
109+ """<p><a href="/docs/ testing/req.html">test</a></p>"""
110110 ) ;
111111
112112 [ Fact ]
@@ -225,10 +225,10 @@ public void GeneratesHtml() =>
225225 Html . TrimEnd ( ) . Should ( ) . Be ( """
226226 <p>Links:</p>
227227 <ul>
228- <li> <a href="/testing/req.html">Special Requirements</a></li>
228+ <li> <a href="/docs/ testing/req.html">Special Requirements</a></li>
229229 </ul>
230230 <ul>
231- <li> <a href="/testing/req.html">Special Requirements</a></li>
231+ <li> <a href="/docs/ testing/req.html">Special Requirements</a></li>
232232 </ul>
233233 """ ) ;
234234
0 commit comments