From d09f3627e34dc6c9607ecd2e62383186fe35c82a Mon Sep 17 00:00:00 2001 From: Marco Lussetti Date: Wed, 27 Aug 2025 10:03:08 -0700 Subject: [PATCH] docs: minor fix to html renderer link text --- docs/concepts/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/plugins.md b/docs/concepts/plugins.md index c01d97e..f15c36e 100644 --- a/docs/concepts/plugins.md +++ b/docs/concepts/plugins.md @@ -15,7 +15,7 @@ There is a small group of official plugins maintained, which provide useful func - [**Input Validator**](https://github.com/react-chatbotify-plugins/input-validator) - [**Markdown Renderer**](https://github.com/react-chatbotify-plugins/markdown-renderer) -- [**Markdown Renderer**](https://github.com/react-chatbotify-plugins/html-renderer) +- [**HTML Renderer**](https://github.com/react-chatbotify-plugins/html-renderer) - [**LLM Connector**](https://github.com/react-chatbotify-plugins/llm-connector) - [**Discord Live Chat**](https://github.com/react-chatbotify-plugins/discord-live-chat) (WIP)