Fix links

This commit is contained in:
Luke Murphy 2021-01-24 13:49:03 +01:00
parent 26aed0563d
commit a1774aa708
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 6 deletions

View File

@ -22,18 +22,18 @@ XMPP bot experiments going on in
- [Commands](#commands) - [Commands](#commands)
- [Avatars](#avatars) - [Avatars](#avatars)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Using the `.conf` configuration file](#using-the--conf--configuration-file) - [Using the `.conf` configuration file](#using-the-conf-configuration-file)
- [Using the command-line interface](#using-the-command-line-interface) - [Using the command-line interface](#using-the-command-line-interface)
- [Using the environment](#using-the-environment) - [Using the environment](#using-the-environment)
- [Storage back-end](#storage-back-end) - [Storage back-end](#storage-back-end)
- [Loading Plugins](#loading-plugins) - [Loading Plugins](#loading-plugins)
- [Serving HTTP](#serving-http) - [Serving HTTP](#serving-http)
- [API Reference](#api-reference) - [API Reference](#api-reference)
- [Bot.direct(message)](#botdirect-message-) - [Bot.direct(message)](#bot-direct-message)
- [Bot.group(message)](#botgroup-message-) - [Bot.group(message)](#bot-group-message)
- [Bot.serve(request)](#botserve-request-) - [Bot.serve(request)](#bot-serve-request)
- [Bot.routes()](#botroutes--) - [Bot.routes()](#bot-routes)
- [Bot.setup()](#botsetup--) - [Bot.setup()](#bot-setup)
- [SimpleMessage](#simplemessage) - [SimpleMessage](#simplemessage)
- [Bot](#bot) - [Bot](#bot)
- [Chatroom](#chatroom) - [Chatroom](#chatroom)