Skip to content

Commit 144bd2b

Browse files
andrewedunnclaude
authored andcommitted
fix: correct llms.txt link paths in landing page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f642e3a commit 144bd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<link rel="alternate icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='6' fill='%2309090b'/><text x='16' y='22' text-anchor='middle' font-family='monospace' font-size='16' font-weight='700' fill='%2310b981'>qbo</text></svg>">
2626

2727
<!-- LLMs -->
28-
<link rel="llms" href="/qbo-cli/llms.txt" type="text/plain">
28+
<link rel="llms" href="/llms.txt" type="text/plain">
2929

3030
<!-- JSON-LD: SoftwareApplication -->
3131
<script type="application/ld+json">
@@ -615,7 +615,7 @@ <h2 class="text-3xl font-bold text-center mb-10" data-reveal>FAQ</h2>
615615
<div class="flex items-center gap-6">
616616
<a href="https://github.com/voska/qbo-cli" class="hover:text-zinc-200 transition-colors">GitHub</a>
617617
<a href="https://x.com/mattvoska" class="hover:text-zinc-200 transition-colors">@mattvoska</a>
618-
<a href="/qbo-cli/llms.txt" class="hover:text-zinc-200 transition-colors font-mono text-xs">llms.txt</a>
618+
<a href="/llms.txt" class="hover:text-zinc-200 transition-colors font-mono text-xs">llms.txt</a>
619619
</div>
620620
</div>
621621
<div class="max-w-6xl mx-auto px-6 pb-8 text-xs text-zinc-500 text-center">

0 commit comments

Comments
 (0)