Skip to content

Commit faec658

Browse files
committed
Fix broken links
1 parent f319087 commit faec658

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ See how to do it [here](#-contributing).
7171
- Purchase physical assets on Amazon [coming soon]
7272
- [Eliza agent](https://github.com/goat-sdk/eliza-mode-example)
7373
- [GAME framework example](https://github.com/game-by-virtuals/game-node/tree/main/plugins/onChainActionsPlugin)
74-
- [Model Context Protocol example](https://github.com/goat-sdk/goat/tree/main/typescript/examples/model-context-protocol/viem)
74+
- [Model Context Protocol example](https://github.com/goat-sdk/goat/tree/main/typescript/examples/model-context-protocol/mode)
7575
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/eleven-labs/conversational-agent)
7676
- **Solana**
7777
- [Send and receive SLP tokens and SOL](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
7878
- [Swap tokens on Jupiter](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
7979
- [Create a position on Orca](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
8080
- [Launch a token on Pump.fun](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
8181
- Purchase physical assets on Amazon [coming soon]
82-
- [Eliza agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
83-
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
82+
- [Eliza agent](https://github.com/goat-sdk/eliza-solana-example)
83+
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/eleven-labs/conversational-agent)
8484
- **See all +30 typescript quickstarts [here](https://github.com/goat-sdk/goat/tree/main/typescript/examples).**
8585

8686
## 🐍 Python
@@ -99,9 +99,9 @@ See how to do it [here](#-contributing).
9999

100100
| Plugin | Tools | Typescript | Python |
101101
| --- | --- | --- | --- |
102-
| 0x | Get quotes and swap on 0x | [@goat-sdk/plugin-0x](https://github.com/goat-sdk/goat-evm/tree/main/typescript/packages/plugins/0x) |
102+
| 0x | Get quotes and swap on 0x | [@goat-sdk/plugin-0x](https://github.com/goat-sdk/goat/tree/main/typescript/packages/plugins/0x) |
103103
| 1inch | Get the balances of a wallet using 1inch API | [@goat-sdk/plugin-1inch](https://github.com/goat-sdk/goat/tree/main/typescript/packages/plugins/1inch) | [goat-sdk-plugin-1inch](https://github.com/goat-sdk/goat/tree/main/python/src/plugins/1inch) |
104-
| Allora | Get price predictions using Allora API | [@goat-sdk/plugin-allora](https://github.com/goat-sdk/goat-evm/tree/main/typescript/packages/plugins/allora) | [goat-sdk-plugin-allora](https://github.com/goat-sdk/goat/tree/main/python/src/plugins/allora) |
104+
| Allora | Get price predictions using Allora API | [@goat-sdk/plugin-allora](https://github.com/goat-sdk/goat/tree/main/typescript/packages/plugins/allora) | [goat-sdk-plugin-allora](https://github.com/goat-sdk/goat/tree/main/python/src/plugins/allora) |
105105
| Avnu | Swap tokens on Starknet | [@goat-sdk/plugin-avnu](https://www.npmjs.com/package/@goat-sdk/plugin-avnu) |
106106
| Balancer | Swap tokens and provide liquidity on Balancer | [@goat-sdk/plugin-balancer](https://www.npmjs.com/package/@goat-sdk/plugin-balancer) |
107107
| Balmy | Swap tokens on Balmy | [@goat-sdk/plugin-balmy](https://www.npmjs.com/package/@goat-sdk/plugin-balmy) |

typescript/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,16 @@ See how to do it [here](#-contributing).
6262
- Purchase physical assets on Amazon [coming soon]
6363
- [Eliza agent](https://github.com/goat-sdk/eliza-mode-example)
6464
- [GAME framework example](https://github.com/game-by-virtuals/game-node/tree/main/plugins/onChainActionsPlugin)
65-
- [Model Context Protocol example](https://github.com/goat-sdk/goat/tree/main/typescript/examples/model-context-protocol/viem)
65+
- [Model Context Protocol example](https://github.com/goat-sdk/goat/tree/main/typescript/examples/model-context-protocol/mode)
6666
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/eleven-labs/conversational-agent)
6767
- **Solana**
6868
- [Send and receive SLP tokens and SOL](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
6969
- [Swap tokens on Jupiter](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
7070
- [Create a position on Orca](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
7171
- [Launch a token on Pump.fun](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
7272
- Purchase physical assets on Amazon [coming soon]
73-
- [Eliza agent](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
74-
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/vercel-ai/solana)
75-
73+
- [Eliza agent](https://github.com/goat-sdk/eliza-solana-example)
74+
- [Voice agent with ElevenLabs](https://github.com/goat-sdk/goat/tree/main/typescript/examples/eleven-labs/conversational-agent)
7675
- **See all +30 typescript quickstarts [here](https://github.com/goat-sdk/goat/tree/main/typescript/examples).**
7776

7877
# 🛠️ Supported tools and frameworks

0 commit comments

Comments
 (0)