From 03c3fc7d53154d8fc4bdd5ccdf9a7a73d6247be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 24 Oct 2024 12:41:36 +0200 Subject: [PATCH] Fix link --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index f073c4e5..515ae57b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,7 +1,7 @@ Installation ============ -Buffy functions by monitoring events that are sent from a GitHub repository (e.g., openjournals/joss-reviews). Based on the information in these events, Buffy determines whether and how to respond by passing the event data to different [Responders](https://api.rubyonrails.org/v4.1/classes/ActionController/Responder.html). +Buffy functions by monitoring events that are sent from a GitHub repository (e.g., openjournals/joss-reviews). Based on the information in these events, Buffy determines whether and how to respond by passing the event data to different [Responders](./available_responders). You can fork Buffy and configure the responders you want to use for a particular repository, and the fork doesn't necessarily need to be hosted under the same GitHub user or organization (as the repository where it will be used). For Buffy to be operational, it must be running either through a local installation or deployment to a platform. The following components are necessary for this setup: