From c5127a92cf34b7bbcf34497b3101c93190a6ffdc Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 17 Jan 2021 18:26:42 +0100 Subject: [PATCH] Fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa6e16d..e59a7e2 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ on and are still going on in - [Install](#install) - [Example](#example) - [API Reference](#api-reference) - - [Bot.direct(message)](#botdirect-message-) - - [Bot.group(message)](#botgroup-message-) - - [Bot.serve(request)](#botserve-request-) + - [Bot.direct(message)](#bot-direct-message) + - [Bot.group(message)](#bot-group-message) + - [Bot.serve(request)](#bot-serve-request) - [SimpleMessage](#simplemessage) - [Working with your bot](#working-with-your-bot) - [Documentation](#documentation)