From c6a57ba4c0794209ac92678ec57f3abcd2ee97e5 Mon Sep 17 00:00:00 2001 From: anarcat Date: Fri, 10 Apr 2026 13:56:20 -0400 Subject: [PATCH] fix URL in README's curl example The URL was wrong: it was assuming the plugin was named `maubot` whereas we use `alertbot` elsewhere. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29cd036..42e9271 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Use an example from the `alert_examples/` to test your setup curl --header "Content-Type: application/json" \ --request POST \ --data "@alert_examples/prometheus.json" \ - https://webhook.example.com/_matrix/maubot/plugin/maubot/webhook/!zOcbWjsWzdREnihreC:example.com + https://webhook.example.com/_matrix/maubot/plugin/alertbot/webhook/!zOcbWjsWzdREnihreC:example.com ``` ## Matrix Room