aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/see.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/see.html')
-rw-r--r--test/data/format/see.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/data/format/see.html b/test/data/format/see.html
index 42e20e35..b3ffb74b 100644
--- a/test/data/format/see.html
+++ b/test/data/format/see.html
@@ -2,23 +2,23 @@
<HEAD>
</HEAD>
<BODY>
-<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">quux</a><br/>
+<a href="test/index">test</a>&nbsp;/&nbsp;<a href="test/quux">quux</a><br/>
<br/>
<h1>quux</h1>
<code><span class="keyword">fun </span><span class="identifier">quux</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
<strong>See Also</strong><br/>
-<p><a href="out.html">foo</a></p>
-<p><a href="out.html">bar</a></p>
+<p><a href="test/foo">foo</a></p>
+<p><a href="test/bar">bar</a></p>
<br/>
<br/>
<br/>
-<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">foo</a><br/>
+<a href="test/index">test</a>&nbsp;/&nbsp;<a href="test/foo">foo</a><br/>
<br/>
<h1>foo</h1>
<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
<br/>
<br/>
-<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">bar</a><br/>
+<a href="test/index">test</a>&nbsp;/&nbsp;<a href="test/bar">bar</a><br/>
<br/>
<h1>bar</h1>
<code><span class="keyword">fun </span><span class="identifier">bar</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>