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)
- [Avatars](#avatars)
- [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 environment](#using-the-environment)
- [Storage back-end](#storage-back-end)
- [Loading Plugins](#loading-plugins)
- [Serving HTTP](#serving-http)
- [API Reference](#api-reference)
- [Bot.direct(message)](#botdirect-message-)
- [Bot.group(message)](#botgroup-message-)
- [Bot.serve(request)](#botserve-request-)
- [Bot.routes()](#botroutes--)
- [Bot.setup()](#botsetup--)
- [Bot.direct(message)](#bot-direct-message)
- [Bot.group(message)](#bot-group-message)
- [Bot.serve(request)](#bot-serve-request)
- [Bot.routes()](#bot-routes)
- [Bot.setup()](#bot-setup)
- [SimpleMessage](#simplemessage)
- [Bot](#bot)
- [Chatroom](#chatroom)