@@ -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 >
0 commit comments