diff --git a/README.md b/README.md index c6e06e72f..5c100b0fc 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ To learn more about the contents of this repository, see this README and the REA ### Packages -- [`botkit`](./packages/botkit): A kit for quickly building bots on the XMTP network -- [`create-xmtp-bot`](./packages/create-xmtp-bot): A CLI for creating new XMTP bot projects -- [`playground`](./packages/playground): A visual playground for creating groups -- [`docs`](./packages/docs): Documentation for botkit +- [`botkit`](/packages/botkit): A kit for quickly building bots on the XMTP network +- [`create-xmtp-bot`](/packages/create-xmtp-bot): A CLI for creating new XMTP bot projects +- [`playground`](/packages/playground): A visual playground for creating groups +- [`docs`](/packages/docs): Documentation for botkit ### Examples -- [`conversational`](./examples/conversational): A simple, customizable, and powerful conversational framework -- [`gm`](./examples/gm): A simple bot that responds `gm` to any incoming messages -- [`gpt`](./examples/gpt): A bot that relays incoming messages to OpenAI's ChatGPT -- [`group`](./examples/group): Group bot example. +- [`conversational`](/examples/conversational): A simple, customizable, and powerful conversational framework +- [`gm`](/examples/gm): A simple bot that responds `gm` to any incoming messages +- [`gpt`](/examples/gpt): A bot that relays incoming messages to OpenAI's ChatGPT +- [`group`](/examples/group): Group bot example. See more examples in the [Awesome XMTP ⭐️](https://github.com/xmtp/awesome-xmtp) repo diff --git a/packages/create-xmtp-bot/README.md b/packages/create-xmtp-bot/README.md index fbc312bdc..89589286b 100644 --- a/packages/create-xmtp-bot/README.md +++ b/packages/create-xmtp-bot/README.md @@ -29,9 +29,9 @@ yarn start:watch By default the `create-xmtp-bot` starter comes with a conversational bot but without using a DB. Here are other examples you can use: -- [Gm](./examples/gm): Get started with a simple gm bot. -- [Conversational](./examples/conversational): Drive retention with conversations and subscriptions with redisDb. -- [GPT](./examples/gpt): Relay messages through Open AI APIs. -- [Group](./examples/group): Group bot example. +- [Gm](/examples/gm): Get started with a simple gm bot. +- [Conversational](/examples/conversational): Drive retention with conversations and subscriptions with redisDb. +- [GPT](/examples/gpt): Relay messages through Open AI APIs. +- [Group](/examples/group): Group bot example. See more examples in the [Awesome XMTP ⭐️](https://github.com/xmtp/awesome-xmtp) repo