Skip to content

Commit a4ad95d

Browse files
committed
fix: links
1 parent d82d6cf commit a4ad95d

8 files changed

Lines changed: 26 additions & 26 deletions

File tree

guides/streaming-responses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ flowchart TB
286286
<Card title="Model Types" icon="brain" href="/runtime/models">
287287
Configure streaming behavior per model type
288288
</Card>
289-
<Card title="WebSocket API" icon="plug" href="/rest-reference/agents/websocket-connect">
289+
<Card title="WebSocket API" icon="plug" href="/rest-reference/websocket/socketio-real-time-connection">
290290
Full WebSocket API reference
291291
</Card>
292292
<Card title="Types Reference" icon="code" href="/runtime/types-reference">

plugin-registry/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Welcome to the comprehensive documentation for the `@elizaos/plugin-bootstrap` p
1010

1111
### Core Documentation
1212

13-
- **[Complete Developer Documentation](/plugins/bootstrap/complete-documentation.mdx)**
13+
- **[Complete Developer Documentation](/plugin-registry/bootstrap/complete-documentation)**
1414
Comprehensive guide covering all components, architecture, and implementation details
1515

16-
- **[Message Flow Diagram](/plugins/bootstrap/message-flow.mdx)**
16+
- **[Message Flow Diagram](/plugin-registry/bootstrap/message-flow)**
1717
Step-by-step breakdown of how messages flow through the system with visual diagrams
1818

19-
- **[Examples & Recipes](/plugins/bootstrap/examples.mdx)**
19+
- **[Examples & Recipes](/plugin-registry/bootstrap/examples)**
2020
Practical examples, code snippets, and real-world implementations
2121

22-
- **[Testing Guide](/plugins/bootstrap/testing-guide.mdx)**
22+
- **[Testing Guide](/plugin-registry/bootstrap/testing-guide)**
2323
Testing patterns, best practices, and comprehensive test examples
2424

2525

plugin-registry/knowledge.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ The Knowledge Plugin is elizaOS's core RAG system, providing intelligent documen
2525
## Quick Links
2626

2727
<CardGroup cols={2}>
28-
<Card title="Quick Start" icon="rocket" href="/plugins/knowledge/quick-start">
28+
<Card title="Quick Start" icon="rocket" href="/plugin-registry/knowledge/quick-start">
2929
Get up and running in 5 minutes
3030
</Card>
31-
<Card title="Configuration" icon="cog" href="/plugins/knowledge/complete-documentation#installation">
31+
<Card title="Configuration" icon="cog" href="/plugin-registry/knowledge/complete-documentation#installation">
3232
Essential settings and options
3333
</Card>
34-
<Card title="Complete Reference" icon="book" href="/plugins/knowledge/complete-documentation">
34+
<Card title="Complete Reference" icon="book" href="/plugin-registry/knowledge/complete-documentation">
3535
Comprehensive technical documentation
3636
</Card>
37-
<Card title="Examples" icon="code" href="/plugins/knowledge/examples">
37+
<Card title="Examples" icon="code" href="/plugin-registry/knowledge/examples">
3838
Recipes and code samples
3939
</Card>
4040
</CardGroup>
@@ -101,16 +101,16 @@ The Knowledge Plugin transforms your elizaOS agent into an intelligent knowledge
101101
## Advanced Features
102102

103103
<CardGroup cols={2}>
104-
<Card title="Architecture & Flow" icon="diagram-project" href="/plugins/knowledge/architecture-flow">
104+
<Card title="Architecture & Flow" icon="diagram-project" href="/plugin-registry/knowledge/architecture-flow">
105105
Understand the internal workings
106106
</Card>
107-
<Card title="Contextual Embeddings" icon="link" href="/plugins/knowledge/contextual-embeddings">
107+
<Card title="Contextual Embeddings" icon="link" href="/plugin-registry/knowledge/contextual-embeddings">
108108
50% better retrieval accuracy
109109
</Card>
110-
<Card title="Testing Guide" icon="vial" href="/plugins/knowledge/complete-documentation#troubleshooting">
110+
<Card title="Testing Guide" icon="vial" href="/plugin-registry/knowledge/complete-documentation#troubleshooting">
111111
Test your knowledge base
112112
</Card>
113-
<Card title="API Reference" icon="terminal" href="/plugins/knowledge/complete-documentation#api-reference">
113+
<Card title="API Reference" icon="terminal" href="/plugin-registry/knowledge/complete-documentation#api-reference">
114114
REST endpoints and TypeScript interfaces
115115
</Card>
116116
</CardGroup>

plugin-registry/knowledge/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ docs/
330330
4. **The agent automatically searches knowledge** - no special commands needed
331331

332332
<CardGroup cols={2}>
333-
<Card title="Quick Start" icon="play" href="quick-start.mdx">
333+
<Card title="Quick Start" icon="play" href="/plugin-registry/knowledge/quick-start">
334334
Get started in 5 minutes
335335
</Card>
336336
</CardGroup>

plugin-registry/knowledge/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ Now that you have the basics working:
233233
- Explore the web interface features
234234

235235
<CardGroup cols={2}>
236-
<Card title="Examples" icon="code" href="/plugins/knowledge/examples">
236+
<Card title="Examples" icon="code" href="/plugin-registry/knowledge/examples">
237237
See the plugin in action
238238
</Card>
239-
<Card title="Advanced Guide" icon="rocket" href="/plugins/knowledge/complete-documentation">
239+
<Card title="Advanced Guide" icon="rocket" href="/plugin-registry/knowledge/complete-documentation">
240240
Advanced configuration options
241241
</Card>
242242
</CardGroup>

plugin-registry/llm.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,14 @@ You can also configure API keys per character:
232232

233233
### Cloud Providers
234234

235-
- [OpenAI Plugin](./openai.mdx) - Full-featured with all model types
236-
- [Anthropic Plugin](./anthropic.mdx) - Claude models for text generation
237-
- [Google GenAI Plugin](./google-genai.mdx) - Gemini models
238-
- [OpenRouter Plugin](./openrouter.mdx) - Access to multiple providers
235+
- [OpenAI Plugin](/plugin-registry/llm/openai) - Full-featured with all model types
236+
- [Anthropic Plugin](/plugin-registry/llm/anthropic) - Claude models for text generation
237+
- [Google GenAI Plugin](/plugin-registry/llm/google-genai) - Gemini models
238+
- [OpenRouter Plugin](/plugin-registry/llm/openrouter) - Access to multiple providers
239239

240240
### Local/Self-Hosted
241241

242-
- [Ollama Plugin](./ollama.mdx) - Run models locally with Ollama
242+
- [Ollama Plugin](/plugin-registry/llm/ollama) - Run models locally with Ollama
243243

244244
## Best Practices
245245

plugin-registry/sql.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The system can analyze and adapt to existing database structures.
204204

205205
## Next Steps
206206

207-
- [Database Adapters](./database-adapters.mdx) - Detailed adapter documentation
208-
- [Schema Management](./schema-management.mdx) - Creating and managing schemas
209-
- [Plugin Tables Guide](./plugin-tables.mdx) - Adding tables to your plugin
210-
- [Examples](./examples.mdx) - Real-world usage patterns
207+
- [Database Adapters](/plugin-registry/sql/database-adapters) - Detailed adapter documentation
208+
- [Schema Management](/plugin-registry/sql/schema-management) - Creating and managing schemas
209+
- [Plugin Tables Guide](/plugin-registry/sql/plugin-tables) - Adding tables to your plugin
210+
- [Examples](/plugin-registry/sql/examples) - Real-world usage patterns

rest-reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Response formats are consistently JSON with appropriate HTTP status codes.
7878
## Need Help?
7979

8080
<CardGroup cols={2}>
81-
<Card title="Core Concepts" icon="lightbulb" href="/core-concepts">
81+
<Card title="Core Concepts" icon="lightbulb" href="/runtime/core">
8282
Learn the fundamental concepts behind elizaOS
8383
</Card>
8484
<Card title="Create a Plugin" icon="book" href="/guides/create-a-plugin">

0 commit comments

Comments
 (0)