From c2382028dfe0a5671d764bd3dda10061ede88c5e Mon Sep 17 00:00:00 2001 From: avdb <60188643+avdb13@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:57:04 +0200 Subject: [PATCH] README: Fix broken links (#298) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acd7ee4..bda31ba 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ A Golang library for the Discord API. ## Examples -### [Simple](https://github.com/diamondburned/arikawa/tree/v3/_example/simple) +### [Simple](https://github.com/diamondburned/arikawa/tree/v3/0-examples/simple) Simple bot example without any state. All it does is logging messages sent into the console. Run with `BOT_TOKEN="TOKEN" go run .`. This example only demonstrates the most simple needs; in most cases, bots should use the state or the bot router. -### [Undeleter](https://github.com/diamondburned/arikawa/tree/v3/_example/undeleter) +### [Undeleter](https://github.com/diamondburned/arikawa/tree/v3/0-examples/undeleter) A slightly more complicated example. This bot uses a local state to cache everything, including messages. It detects when someone deletes a message,