@agent-link/server 0.1.82 → 0.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/landing.html +3 -2
package/package.json
CHANGED
package/web/landing.html
CHANGED
|
@@ -387,7 +387,8 @@
|
|
|
387
387
|
<header>
|
|
388
388
|
<nav>
|
|
389
389
|
<div class="logo">Agent<span>Link</span></div>
|
|
390
|
-
<div>
|
|
390
|
+
<div style="display:flex;gap:1.25rem;align-items:center">
|
|
391
|
+
<a href="https://github.com/yilee/agentlink" target="_blank" rel="noopener">GitHub</a>
|
|
391
392
|
<a href="https://www.npmjs.com/package/@agent-link/agent" target="_blank" rel="noopener">npm</a>
|
|
392
393
|
</div>
|
|
393
394
|
</nav>
|
|
@@ -497,7 +498,7 @@
|
|
|
497
498
|
</main>
|
|
498
499
|
|
|
499
500
|
<footer>
|
|
500
|
-
AgentLink — <a href="https://www.npmjs.com/package/@agent-link/agent" rel="noopener">@agent-link/agent</a> · <a href="https://www.npmjs.com/package/@agent-link/server" rel="noopener">@agent-link/server</a>
|
|
501
|
+
AgentLink — <a href="https://github.com/yilee/agentlink" rel="noopener">GitHub</a> · <a href="https://www.npmjs.com/package/@agent-link/agent" rel="noopener">@agent-link/agent</a> · <a href="https://www.npmjs.com/package/@agent-link/server" rel="noopener">@agent-link/server</a>
|
|
501
502
|
</footer>
|
|
502
503
|
|
|
503
504
|
<script>
|