docs(paperclip): use relative internal links

This commit is contained in:
adavyas 2026-04-09 15:58:13 -04:00
parent e083d5c7ab
commit ac0d002a12
1 changed files with 2 additions and 2 deletions

View File

@ -146,11 +146,11 @@ The plugin registers the following Honcho tools for Paperclip agents:
Open the repository for source and setup details.
</Card>
<Card title="Honcho Architecture" icon="sitemap" href="/v3/documentation/core-concepts/architecture">
<Card title="Honcho Architecture" icon="sitemap" href="../../documentation/core-concepts/architecture">
Review how workspaces, peers, and sessions fit together.
</Card>
<Card title="Representation Scopes" icon="messages" href="/v3/documentation/features/advanced/representation-scopes">
<Card title="Representation Scopes" icon="messages" href="../../documentation/features/advanced/representation-scopes">
Review how `observe_me` and `observe_others` change what peers can model.
</Card>
</CardGroup>