Fix support page: absolute paths for doc/guide/reference links

This commit is contained in:
Jarvis Prime
2026-03-24 14:22:11 +00:00
parent 533e0d7baf
commit 4a6d3bcbc0

View File

@@ -42,20 +42,20 @@ const rawContent = `<div class="d-content-wrap">
<div class="right">
<h2>Better ListView</h2>
<p class="guide"><strong><a href="better-listview/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="better-listview/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="better-listview/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
<p class="guide"><strong><a href="/better-listview/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="/better-listview/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="/better-listview/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
<p class="stackoverflow"><strong><a href="http://stackoverflow.com/questions/tagged/better-listview" onclick="window.open(this.href); return false">Better ListView on StackOverflow</a></strong></p>
<h2>Better Thumbnail Browser</h2>
<p class="guide"><strong><a href="better-thumbnail-browser/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="better-thumbnail-browser/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="better-thumbnail-browser/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
<p class="guide"><strong><a href="/better-thumbnail-browser/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="/better-thumbnail-browser/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="/better-thumbnail-browser/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
<h2>Better SplitButton</h2>
<p class="guide"><strong><a href="better-splitbutton/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="better-splitbutton/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="better-splitbutton/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
<p class="guide"><strong><a href="/better-splitbutton/quick-start-guide.html" onclick="window.open(this.href); return false">See Quick Start Guide</a></strong></p>
<p class="documentation"><strong><a href="/better-splitbutton/documentation.html" onclick="window.open(this.href); return false">See Documentation</a></strong></p>
<p class="reference"><strong><a href="/better-splitbutton/class-reference.html" onclick="window.open(this.href); return false">See Class Reference</a></strong></p>
</div>