From 15812bf1a9718a4ab0ec8c128b82a32865e86d86 Mon Sep 17 00:00:00 2001 From: Tiago Danin Date: Mon, 4 Apr 2016 12:42:21 -0300 Subject: [PATCH] README Update references --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bac37..a6db0ca 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ Note that certain plugins, such as translate.lua and greetings.lua, will require ## Plugins otouto uses a robust plugin system, similar to that of yagop's [Telegram-Bot](http://github.com/yagop/telegram-bot). The aim of the otouto project is to contain any desirable bot feature within one universal bot framework. -Most plugins are intended for public use, but a few are for other purposes, like those used alongside [Liberbot](#Liberbot-related_plugins), or for [use by the bot's owner](#Control_plugins). See [Development](#Development) for a breakdown of the components of a plugin, or [here](#List_of_plugins) for a list of plugins. +Most plugins are intended for public use, but a few are for other purposes, like those used alongside [Liberbot](#liberbot-related-plugins), or for [use by the bot's owner](#control-plugins). See [Development](#user-content-#development) for a breakdown of the components of a plugin, or [here](#list-of-plugins) for a list of plugins. + + A plugin can have five components, and two of them are required: