From 19bc69effa822b724a755855ec8bbac06c43fd21 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 28 Jul 2025 20:35:51 -0400 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_Contribution.md b/Development_Contribution.md index aa38ae3..ad94de0 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -54,7 +54,7 @@ class NotifyFooBar(NotifyBase): protocol = 'foobar' # Where can people get information on how to use your plugin? - setup_url = 'https://github.com/caronc/apprise/wiki/Notify_FooBar' + setup_url = 'https://github.com/caronc/apprise/wiki/Notify_foobar' def __init__(self, **kwargs): """